How can I make all elements of web-page bigger? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can I make all elements of web-page bigger?

Help

4th May 2020, 11:38 AM
Behruz Rajabov
Behruz Rajabov - avatar
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!
4th May 2020, 12:17 PM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
+ 5
Font-size:
4th May 2020, 11:40 AM
Abhay
Abhay - avatar
+ 4
width and height, remenber that : you can be use this values: % or px, 20% or 20px it'sn the same. try to put..
4th May 2020, 1:53 PM
Edwin Boada
Edwin Boada - avatar
+ 3
Please add your code here :)) We will be then able to find a way for you!
4th May 2020, 11:53 AM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
+ 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
4th May 2020, 12:14 PM
Behruz Rajabov
Behruz Rajabov - avatar
+ 2
It is half of my code
4th May 2020, 12:14 PM
Behruz Rajabov
Behruz Rajabov - avatar
+ 2
Thanks for all answers 😘
5th May 2020, 4:34 PM
Behruz Rajabov
Behruz Rajabov - avatar
+ 2
Привет
6th May 2020, 6:19 AM
Sharifjon Shermatov
Sharifjon Shermatov - avatar
+ 2
Yaxshimisiz
6th May 2020, 8:18 AM
Behruz Rajabov
Behruz Rajabov - avatar
+ 1
Yaxshi uziz qalay
6th May 2020, 3:58 PM
Sharifjon Shermatov
Sharifjon Shermatov - avatar