-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
143 lines (131 loc) · 3.38 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
body {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
padding: 1em;
margin: 0 auto;
max-width: 100%;
background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
background-image: linear-gradient( 171.8deg, rgba(5,111,146,1) 13.5%, rgba(6,57,84,1) 78.6% );
background: url('trees-4256646_1280.jpg') fixed center;
background-repeat: no-repeat;
background-size: cover;
}
nav {
background: #eeaeca;
box-sizing: content-box;
display: block;
float: none;
line-height; 19.5px;
position: static;
z=index: auto;
border: 1px solid #969696;
padding: 50px;
margin: 0 auto;
box-shadow: 0 4px 8px 0 rgba(5,111,146,1);
transition: 0.3s;
border-radius: 5px;
border: 1px solid pink;
}
header {
display: flex;
justify-content: center;
box-sizing: content-box;
display: block;
float: none;
line-height; 19.5px;
position: static;
z=index: auto;
border: 1px solid slategray;
}
h1 {
display: flex;
justify-content: center;
color: deepskyblue;
font-size: 64px;
text-shadow: 1px 3px 0 #0000CD, 1px 9px 5px #4169E1;
font-family: 'Dancing Script', cursive;
}
h2 {
color: midnightblue;
font-size: 32px;
/*text-shadow: 1px 3px 0 #000080, 1px 9px 5px #000080;*/
font-family: 'Dancing Script', cursive;
display: flex;
justify-content: center;
}
h3 {
color: midnightblue;
font-size: 16px;
font-family: 'Dancing Script', cursive;
display: flex;
justify-content: center;
}
p, ul, details, svg {
font-family: 'Nunito', sans-serif;
font-weight: 800;
color: midnightblue;
width: 300px;
border: 5px solid #aba8a8;
border-style: double;
padding: 1em;;
margin: auto;
border-radius: 5px;
background-image: radial-gradient( circle farthest-corner at 0.8% 3.1%, rgba(255,188,224,1) 0%, rgba(170,165,255,1) 46%, rgba(165,255,205,1) 100.2% );
box-shadow: 0 4px 8px 0 rgb(218,112,214);
border: 1px solid violet;
}
details > summary {
padding: 2px 6px;
width: 15em;
background-color: #ddd;
border: 5px solid #aba8a8;
border-style: double;
border-radius: 5px;
box-shadow: 3px 3px 4px orchid;
cursor: pointer;
list-style: none;
}
section {
box-sizing: content-box;
display: block;
float: none;
line-height; 19px;
position: static;
z=index: auto;
border: 1px solid #969696;
padding: 50px;
margin: 20px;
box-shadow: 0 4px 8px 0 rgb(123,104,238);
transition: 0.3s;
border-radius: 5px;
background: url('geometric-leaves.png');
background: rgba(76, 175, 80, 0.3);
/*
=========================================================================
This subtle pattern made by Holman Galeano is downloaded from www.toptal.com/designers/subtlepatterns/
If you need more, that's where to get'em.
========================================================================
*/
}
footer {
background: #eeaeca;
box-sizing: content-box;
display: block;
float: none;
line-height; 19.5px;
position: static;
z=index: auto;
border: 1px solid #969696;
padding: 50px;
margin: 20px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 5px;
}
em{
color: #7b2981;
font-family: cursive;
}