-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
105 lines (98 loc) · 1.47 KB
/
styles.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
h1{
font-family: 'Bungee Spice', cursive;
}
h2{
font-family: 'Bungee Spice', cursive;
}
h3{
font-family: 'Bungee Spice', cursive;
font-size: 2.5rem;
}
p{
line-height: 2;
font-size: 1.5rem;
font-family: 'Montserrat', sans-serif;
}
.Intro{
font-family: 'MonteCarlo', cursive;;
font-size: 4.5rem;
}
.name{
text-align: center;
background-color: #F07DEA;
padding: 15%;
}
.introduction{
background-color:#A460ED;
padding: 5% ;
color: white;
line-height: 2;
text-align: center;
}
.projects1{
background-color: #9FC9F3;
padding:5% 10%;
text-align: center;
}
.dog{
width: 75%;
}
.drums{
width:75%;
height: 100%;
}
.dice{
width: 90%;
height:100%;
}
.simon{
width:90%;
height: 100%;
}
.games{
background-color: #EEEEEE;
padding: 5%;
text-align: center;
}
#guitar{
background-color: #F07DEA;
padding: 5%;
text-align: center;
}
.contact{
background-color:#A460ED;
padding: 5%;
text-align: center;
}
.footer{
background-color:#9FC9F3;
padding: 1%;
text-align: center;
}
.web-dev-image{
width: 50%;
}
@media (max-width:1028px){
p{
font-size: 2.5rem;
}
.dog{
width:35%;
padding-bottom: 5%;
}
.drums{
width:50%;
height: 100%;
}
.dice{
width: 50%;
height:100%;
padding-bottom: 5%;
padding-top: 5%;
}
.simon{
width:50%;
height: 100%;
padding-top: 5%;
}
}