0
Why I can't get output
3 Respostas
0
Hi
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;
}