-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadstyle.css
66 lines (62 loc) · 963 Bytes
/
adstyle.css
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
55
56
57
58
59
60
61
62
63
64
65
66
h1{
font-size: 100px;
text-align: center;
}
body{
background: #edece6;
}
.steps{
position: relative;
max-width: 120 px;
margin: 100px auto;
}
.container{
padding:10px 50px;
position: relative;
width:50%;
}
.text-box{
padding:20px 20px;
background:#fff;
border-radius:6px;
font-size: 30px;
}
.left-container{
left:0;
}
.right-container{
left:50%;
}
.container2{
position: relative;
text-align: center;
color: white;
}
.top-left{
position: absolute;
top: 8px;
right: 16px;
}
h2{
text-align: center;
}
.para {
font-size: large;
}
.steps::after{
content:'';
position:absolute;
width:6px;
height:100%;
background:#fff;
top:0;
left:50%;
margin-left:-3px;
z-index:-1;
}
.text-box h2{
font-weight:600;
}.text-box small{
display:inline-block;
margin:15px;
}