-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle6.css
More file actions
47 lines (47 loc) · 855 Bytes
/
style6.css
File metadata and controls
47 lines (47 loc) · 855 Bytes
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
@media only screen and (max-width:600px){
div{
font-size: 7vw;
}
h1{
font-size: 8vw;
text-align: center;
}
}
.bgheading{
display: flex;
font-family: "Franklin Gothic Medium";
font-weight: bold;
flex-direction: column;
justify-content: center;
align-content: center;
width: 100vw;
margin-top: 15vh;
text-transform: uppercase;
}
.heading{
flex-wrap: wrap;
}
div{
display: flex;
justify-content: center;
align-content: center;
}
body{
margin: 0px;
background: -webkit-linear-gradient(left,#dc143c,#008080);
}
h1{
font-size: 10vh;
text-align: center;
}
#dytext{
align-self: center;
text-transform: lowercase;
font-weight: lighter;
font-size: 8vh;
font-family: sans-serif;
}
input[type="color"]{
height: 10vh;
width: 20vw;
}