+ 3

How to increase font size in html and add background ? Plz answer

26th Feb 2019, 6:12 AM
pamy
3 odpowiedzi
+ 5
HTML: <p id="txt">Hey there</p> CSS: #txt{ font-size:[insert number]px; }
26th Feb 2019, 6:25 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 5
HTML <p> Hello World </p> CSS body{ background-image:url('...'); or background-color: whitesmoke; } p { font-size: large; or 100%; or 50px; }
26th Feb 2019, 6:58 AM
Precious
Precious - avatar
0
<body style="font-size:30px;"> <body style="background-color:red:">
27th Feb 2019, 8:20 AM
Sachin satish kadam