Create para ,apply border soild ,change the dimensions to 100 x 100 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Create para ,apply border soild ,change the dimensions to 100 x 100

22nd Jul 2022, 5:13 PM
Priyanka Dhanke
2 Answers
+ 1
What is para .? Do like this <div class ="para"> </div> <style> .para{ border : 2px solid green; height :.... width:..... }
22nd Jul 2022, 5:20 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 1
I assume para is short for paragraph. So instead just do /* element to style */ p { /*property : value; */ border: ; height: ; width: ; } Fill in he correct values.
22nd Jul 2022, 8:01 PM
Chris Coder
Chris Coder - avatar