-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
100 lines (60 loc) · 2.22 KB
/
style.css
File metadata and controls
100 lines (60 loc) · 2.22 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.header2-style {color: darkblue;}
.aqua_background {background-color:aqua;}
#main_heading {color: blueviolet;
font-size: 30px;
font-family: Georgia, 'Times New Roman', Times, serif;}
.popout_text {color:blue;
font-size: 20px;}
.small_size_increase {font-size: 16px;}
.small_margin_increase {margin: 30px;}
.paragraph-style, .popout_text {padding-left: 20px;
font-family:'Lucida Sans Unicode';}
.orange_border {border-color:darkorange;
border-radius: 10px;
border-width: 5px;
border-style:solid;}
#purple_background {background-color:blueviolet;}
#ps4, #tamale, #books, #frost, #sekiro, #elden {width: 200px;}
.nav-links-flex {display: flex;
flex-direction: row;
justify-content: space-evenly;}
#Nav-main-title { display: flex;
justify-content: center;}
.gallery-flex-container {display: flex;
flex-direction: row;}
#gallery, #Photos-of-Favorite-Video-Games {padding-left: 20px;}
.div-hobby-padding {width: 30%;}
.game-div-style {padding-left: 50px;}
@media (max-width: 600px) {#main_heading {font-size: 25px;}
.popout_text {font-size: 17px;}
.small_size_increase {font-size: 14px;}
.small_margin_increase {margin: 20px;}
.paragraph-style {font-size: 14px;}
.header2-style {font-size: 20px;}
.orange_border {width: 450px;}
.th-style {font-size: 13px;}
.li-style {font-size: 14px;}
.nav-links-flex {flex-direction: column;
justify-content: space-evenly;
padding-left: 20px;}
#Nav-main-title {display: flex;
justify-content: center;
flex-direction: column;}
#tamale, #ps4, #books, #frost, #sekiro, #elden {width: 100px;}}
@media (min-width: 601px) and (max-width: 700px) {#main_heading {font-size: 25px;}
.popout_text {font-size: 19px;}
.small_size_increase {font-size: 16px;}
.small_margin_increase {margin: 20px;}
.paragraph-style {font-size: 16px;}
.header2-style {font-size: 22px;}
.orange_border {width: 500px;}
.th-style {font-size: 15px;}
.li-style {font-size: 16px;}
.nav-links-flex {flex-direction: column;
justify-content: space-evenly;
padding-left: 20px;}
#Nav-main-title {display: flex;
justify-content: center;
flex-direction: column;}
#tamale, #ps4, #books, #frost, #sekiro, #elden {width: 125px;}}
@media (min-width: 701px) and (max-width: 800px) {#tamale, #ps4, #books, #frost, #sekiro, #elden {width: 150px;}}