-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
46 lines (43 loc) · 856 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
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
.container {
text-align: center;
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 55px 130px 1px 190px;
color: black;
}
.container .img{
width: fit-content;
display: block;
margin: auto;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: 'Montserrat', sans-serif;
font-size: 50px;
font-weight: 700;
font-style: normal;
line-height: 50px;
color: rgb(223, 21, 21);
}
.container.Height{
display: block;
margin: auto;
width: 1000px;
}
.text{
font-family: Montserrat;
text-align: center;
color:rgb(126, 123, 123);
}
.img{
width: fit-content;
display: block;
padding: auto;
margin: auto;
}