-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecon.scss
59 lines (53 loc) · 903 Bytes
/
econ.scss
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
%std{
max-width:50%;
margin:auto;
padding-left:25%;
padding-right:25%;
}
#nav
{
@extend %std;
padding-top:1%;
padding-bottom:1%;
border:solid;
background-color: #420724;
color:white;
button
{
background-color:#420724 ;
border-color:#420724;
color:white;
box-shadow: 3px 3px 5px white;
margin-left:5px;
}
button:hover
{
background-color:#CDACB6;
color:black;
}
}
a{
max-height: 10px;
padding:10px;
margin-bottom: 10px;
margin-top:10px;
font-size: 25px;
}
@media (min-width: 500px)
{
.ECON{
display: grid;
grid-template-columns:auto auto auto;
grid-column-gap:20px;
}}
h1{
display:block;
color: #7E2942;
}
p{
padding-left: 10px;
display: block;
font-size: 25px;
min-height:250px;
color: #504E49;
}