-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
166 lines (166 loc) · 5.2 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
/* center boxes and apply accessibility-friendly colors. */
@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@300;400&display=swap');
body { /*Body styling has open source background, web font, and a black border color*/
color: black;
font-weight: 410;
font-family: 'Newsreader', serif;
background: no-repeat url("https://cdn.pixabay.com/photo/2016/10/29/01/30/abstract-1779589_960_720.png") black; /* repeat-y url("https://cdn.pixabay.com/photo/2019/10/09/10/52/light-4537085_960_720.jpg") */
background-position: center top;
}
h1 { /*Everyday Quotes with 'halo stamp' style icon*/
text-align: center;
font-weight: 210;
margin-bottom: 100px;
text-shadow: 2px 2px 2px white; /* rgba(214, 166, 177, 0.96) */
cursor: pointer;
}
.iconLogo { /*halo stamp yoga icon*/
border: 1px dotted rgb(223, 190, 185);
box-shadow: 0px 4px 4px #E5E5E5;
border-radius: 38px;
display: block;
padding: 10px;
margin-right: auto;
margin-left: auto;
max-width: 40px;
max-height: 40px;
}
.container { /*Rainbow container box*/
border: 3px solid linen;
background: url("https://images.pexels.com/photos/6775241/pexels-photo-6775241.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
max-width: 49.99%;
border-radius: 10px;
padding: 30px;
padding-bottom: 20px;
margin: auto;
cursor: pointer;
}
#quoteMsg { /*Newsreader with text-shadow*/
line-height: 1.1;
font-size: 14px;
text-align: center;
text-shadow: 10px 10px 4px rgba(214, 166, 177, 0.96);
}
button { /*wide thin button, reponsive for mobile and desktop*/
display: inline;
margin-top: 100px;
margin-left: 339px;
width: 55.3%;
background-color: white;
color: black;
box-shadow: 1px 1px white;
border: 3px ridge white;
border-radius: 10px;
cursor: pointer;
text-shadow: 4px 4px 4px linen;
text-align: center;
transition: 0.1s;
}
button:hover {
background-color: lightskyblue;
color: black;
}
footer { /*Link to usability survey, and online profile icons*/
position:fixed;
left:0;
bottom:0;
width: 100%;
text-align:center;
color:white;
background-color: black;
font-weight: 100;
cursor: pointer;
}
.ghIcon, .liIcon { /*Github and LinkedIN icons from open source website, TheNounProject*/
width: 15px;
height: 15px;
}
.footerTag { /*remove default text underline decoration*/
color: white;
text-decoration-line: none;
}
/*responsive desktop view*/
/* @media only screen and (min-width: 200px) {
body {
color: black;
font-weight: 410;
font-family: 'Newsreader', serif;
background: no-repeat url("https://images.pexels.com/photos/6585236/pexels-photo-6585236.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=631&w=1496");
background-position: center top;
}
.container {
border: 10px solid linen;
background: url("https://images.pexels.com/photos/6775241/pexels-photo-6775241.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
max-width: 49.99%;
border-radius: 10px;
padding: 30px;
padding-bottom: 20px;
margin: auto;
cursor: pointer;
}
} */
/* responsive mobile view below */
@media only screen and (min-width: 40px) and (max-width: 865px) {
button {
display: inline;
margin-top: 100px;
margin-left: 2px;
min-width: 99.5%;
background-color: white;
color: black;
box-shadow: 1px 1px white;
border: 3px ridge white;
border-radius: 10px;
cursor: pointer;
text-align: center;
transition: 0.1s;
}
.container {
border: 3px solid linen;
background: url("https://images.pexels.com/photos/6775241/pexels-photo-6775241.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
max-width: 99.9%;
min-width: 88.8%;
border-radius: 10px;
padding: 30px;
padding-bottom: 20px;
margin: auto;
cursor: pointer;
}
}
/* responsive desktop view below */
@media only screen and (min-width: 866px) and (max-width: 1493px) {
.container {
border: 3px solid linen;
background: url("https://images.pexels.com/photos/6775241/pexels-photo-6775241.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-size: cover;
min-width: 9.9%;
max-width: 51.5%;
border-radius: 10px;
padding: 30px;
padding-bottom: 20px;
margin: auto;
cursor: pointer;
}
button {
display: inline;
margin-top: 100px;
margin-left: 320px;
min-width: 56.8%;
max-width: 99%;
background-color: white;
color: black;
box-shadow: 1px 1px white;
border: 3px ridge white;
border-radius: 10px;
cursor: pointer;
text-align: center;
transition: 0.1s;
}
}