-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
67 lines (52 loc) · 790 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
58
59
60
61
62
63
64
65
66
67
body{
color: #474647;
background-color: white;
font-family: 'Roboto', sans-serif;
474647
}
h1,h2{
font-family: 'Roboto Condensed', sans-serif;
color: black;
}
a{
text-decoration: none;
color: dark-green;
}
div{
position: static;
}
.Header{
margin: 60px;
}
#swan{
border-radius: 50%;
max-height: 300px;
max-width: 300px;
}
.overall_card{
display: flex;
flex-direction: row;
width: 2000px; /* set the width of your container */
margin: 50px;
}
.image_card{
padding-left: 300px;
}
.text_card{
width: 600px;
flex-direction: column;
padding: 50px;
padding-top: 5px;
}
@media (max-width: 855px){
.total_page{
width: 700px;}
}
@media (max-width: 720px){
.total_page{
width: 500px;}
}
@media (max-width: 540px){
.total_page{
width: 300px;}
}