Why I can't get output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
24th Jan 2023, 11:42 AM
Girish Sahu
Girish Sahu - avatar
2 Answers
0
Hi
25th Jan 2023, 6:23 PM
Rohit Thapa
Rohit Thapa - avatar
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Website</title> <link href="bootstrap.min.css" rel="stylesheet" > <style type="text/css"> .text_wrapper span{ color: orange; } .text_wrapper p{ font-size: 12px; line-height: 20px; color: grey; } .image_wrapper img{ width: 100%; } .text_wrapper2 img{ width: 100px; } .text_wrapper h1{ font-size: 50px; } .text_wrapper2 span{ color: orange; } .text_wrapper2 p{ color: grey; font-size: 13px; } .therdpart{ background-color: orange; color: white; padding: 50px; } .heading span{ color: orange; } .heading p{ color: grey; font-size: 13px; } .box{ box-shadow: 0px 0px 5px lightgray; padding: 40px 20px 5px 20px; margin-bottom: 30px; } .box p{ font-size: 12px; } .fifthpart{ background-color: orange; text-align: center; color: white; }
25th Jan 2023, 6:23 PM
Rohit Thapa
Rohit Thapa - avatar