-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (68 loc) · 1.14 KB
/
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
58
59
60
61
62
63
64
65
66
67
68
69
70
body{
font-family: 'Anton', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
}
h1{
font-size: 50px;
}
.orange-color{
color: orange;
}
section{
display: flex;
}
.half-width{
width: 50%;
padding-left: 5%;
}
.half-width img{
width: 80%;
}
.link-button{
text-decoration: none;
background-image: linear-gradient(orange, tomato);
padding: 20px 60px;
color: white;
border-radius: 50px;
height: 500px;
width: 220px;
font-weight: 400;
}
.sectiontwo{
display: flex;
padding-left: 5%;
padding-right: 5%;
}
.container {
position: relative;
}
.text-block {
position: absolute;
bottom: 50%;
left: 50%;
color: black;
padding-left: 20px;
padding-right: 20px;
}
#center {
text-align: justify;
}
.sectionthree {
width: 27%;
height: 600px;
margin-right: 1%;
margin-left: 1%;
border-radius: 25px;
box-shadow: rgba(0,0,0,0,0.35) 0px 5px 15px;
text-align: left;
}
.sectionthree img {
width: min-content;
}
.footer {
text-align: center;
background-color: black;
color: white;
height: 100%;
padding: 20px 0 100px 0px;
}