-
Notifications
You must be signed in to change notification settings - Fork 0
/
style1.css
59 lines (51 loc) · 934 Bytes
/
style1.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
* {
padding: 0;
box-sizing: border-box;
}
/* ------------------------ */
/* GENERAL STYLES */
/* ------------------------ */
body {
font-family:'Inter', sans-serif;
border-bottom: 10px;
border-color: #087f5b;
}
.container {
width: 960px;
margin-left: 150px ;
margin-top: 50px;
}
header {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 80px;
margin-top: 48px;
margin-bottom: 48px;
}
.header-text-box {
align-self: center;
}
h1 {
margin-bottom: 24px;
font-size: 40px;
line-height: 1.1;
letter-spacing: -1px;
}
.header-text {
margin-bottom: 24px;
font-size: 18px;
line-height: 1.6;
}
img {
width: 100%;
}
.imgp1{
border-radius: 10px;
}
.cc{
text-decoration: none;
border-radius: 20px;
padding:10px;
background-color: #087f5b;
color: #fff;
}