0

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

22nd Jul 2022, 5:13 PM
Priyanka Dhanke
3 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
đŸ’«AsđŸ’«
đŸ’«AsđŸ’« - 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
0
create a para , apply border solid , change the dimension to 100X100
26th Jun 2025, 3:18 AM
Abbas Pathan
Abbas Pathan - avatar