+ 3
How can I make all elements of web-page bigger?
Help
11 Answers
+ 3
Hey bro, you are missing the unit!
Wrong :
width : 150;
height: 50;
Correct :
width: 150px;
height: 50px;
Don't forget to use that tiny 'px' after the numbers :)) Correct all those heights and widths and it will work properly!
However, you can attach your code here by clicking the '+' sign in the input box!
+ 5
Font-size:
+ 4
width and height, remenber that : you can be use this values: % or px, 20% or 20px it'sn the same. try to put..
+ 3
Please add your code here :))
We will be then able to find a way for you!
+ 2
<html>
<body><style>
body{
Text-align: center;
Size: 50px;
}
button {
padding: 10px;
align: center;
width: 150;
height: 50;
background-color: lightgreen;
border-color: green;
border-radius: 10px;
}
button:active, button:hover, button:focus{
padding: 10px;
width: 200;
height: 50;
border-color: green;
border-radius: 40px;
}
p{
color: yellow;
}
</style>
<P1 align="left" color="red">Rajabov Behruz tomonidan tayyorlandi</p1>
<P1 align="right" color="red">@CodeNet hamkorligida</p1>
<br><br><br><br><br>
<button onclick="sotibol()">Kodni Sotib olish</button><br><br>
<button onclick="sot()">Kodni Sotish</button><br><br>
<button onclick="yar()">Yaratuvchi</button><br><br>
<button onclick="kan()">Kanalimiz</button><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><p>@RajabovBehruz Tomonidan tayyorlandi</p>
<script>
function sotibol() {
alert("Qaysi kodni olmoqchisiz");
}
function sot() {
alert("Sotmoqchimisiz");
}
function yar() {
alert("Yaratuvchi Rajabov Behruz");
}
function kan() {
alert("Kanalimiz @WebC
+ 2
It is half of my code
+ 2
Thanks for all answers đ
+ 2
ĐŃĐžĐČĐ”Ń
+ 2
Yaxshimisiz
+ 1
Yaxshi uziz qalay