-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.css
73 lines (63 loc) · 1.24 KB
/
about.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
67
68
69
70
71
72
73
body {
background-image: url("bg.jpg");
background-repeat: no-repeat;
background-size: 100%;
}
h1
{
font-size: 100px;
font-family: 'Montserrat', sans-serif;
text-align: center;
}
.image
{
text-align: center;
}
p
{
font-size: 20px;
font-family: 'Poppins', sans-serif;
margin-inline: 40px;
text-align: center;
}
h2
{
font-size:40px;
margin-inline: 40px;
font-family: 'Montserrat', sans-serif;
text-align: center;
}
h3
{
font-size: 45px;
text-align: center;
font-family: 'Montserrat', sans-serif;
}
.content
{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.block-1
{
box-sizing: border-box;
width: 800px;
height: auto;
box-shadow: 0px 12px 16px;
box-sizing: border-box ;
background-color: #f1b636;
border-radius: 30px;
margin: 30px;
}
.block-2
{
box-shadow: 0px 12px 16px;
background-color: #f1b636;
border-radius: 30px;
box-sizing: border-box;
width: 1200px;
height: auto;
margin: 30px;
}