-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpromo.css
More file actions
executable file
·54 lines (53 loc) · 1.35 KB
/
promo.css
File metadata and controls
executable file
·54 lines (53 loc) · 1.35 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.container h3 {
text-align: center;
}
.row-promo2, .row-promo1 {
width:80%;
margin-top: 15px;
margin-bottom: auto;
margin-right: auto;
margin-left:auto;
position: relative;
}
.column-promo1 {
width:35%;
text-align: center;
display: inline-block;
float:left;
height: 320px;
border-radius: 5px;
background-color: skyblue;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 40px;
margin-right: auto;
position: :center;
}
.column-promo2{
width:35%;
text-align: center;
display: inline-block;
float:right;
height: 320px;
border-radius: 5px;
background-color: skyblue;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: 40px;
position: :center;
}
.column-promo1 img, .column-promo2 img {
width: 120px;
margin-top: 40px;
}
.column-promo1 li, .column-promo2 li{
float:left;
text-transform: capitalize;
font-family: "comic sans MS", cursive ;
font-size: 14px;
}
h3{
font-family: "comic sans MS", cursive;
text-transform: capitalize;
}