-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (57 loc) · 827 Bytes
/
style.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
body{
font-family: 'Poppins', sans-serif;
}
p, h5{
color: gray;
}
section{
margin: 100px;
padding-left: 80px;
padding-right: 80px;
height: 300px;
}
.pink-color{
color: palevioletred;
}
.pink-box{
background: rgb(219, 79, 137);
border-radius: 10px;
}
.pink-box p{
color: white;
font-weight: bolder;
}
.half-width{
width: 45%;
float: left;
}
.half-width img{
width: 60%;
}
.link-button{
text-decoration: none;
background-image: linear-gradient(45deg, lightSalmon, tomato);
margin-top: 20px;
padding: 10px 20px;
border-radius: 5px;
color: white;
font-weight: bold;
}
#latest h2{
text-align: center;
}
.one-third{
width: 30%;
float: left;
}
#client{
text-align: center;
}
.info{
padding-top: 20px;
padding-bottom: 20px;
}
footer p{
text-align: center;
margin-left: 140px;
}