-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
29 lines (28 loc) · 767 Bytes
/
Copy pathstyle.css
File metadata and controls
29 lines (28 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.row{
height:500px;
width:100%;
background-image:url(lead2.jpg);
}
.text-center{
color:#fff;margin-top:-23%;margin-left:35%;width:42%;
}
.big{color:white; width:780px;
}
.left-div{height:100%;width:40px;
background-color:lightgreen;margin-left:15%;float:left;
}
.right-div{height:60px;width:66.67%;
background-color:lightblue;margin-right:15.3%;float:right;
}
p{margin-top:-1.5%;
color:lightblue;
}
.right-div1{height:20px;width:66.67%;
background-color:pink;margin-right:15.3%;margin-top:-1.2%;float:right;
}
.right-div2{height:20px;width:66.67%;
background-color:pink;margin-right:15.3%;margin-top:0;float:right;
}
.right-div3{height:120px;width:66.67%;
background-color:thistle;margin-right:15.3%;margin-top:-1%;float:right;
}