-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmystyle4.css
More file actions
65 lines (62 loc) · 836 Bytes
/
mystyle4.css
File metadata and controls
65 lines (62 loc) · 836 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
body{
background-color:antiquewhite;
font-family:'Times New Roman', Times, serif;
}
h4{
color: rgb(244, 75, 103);
font-size: 30px;
}
footer{
background-color: rgb(244, 75, 103);
padding: 15px;
font-size: 10px;
}
nav{
position:fixed;
}
h3{
font-size:40px;
color: rgb(244, 75, 103);
}
.footer{
font-size: large;
color:white;;
}
.gymnastics{
margin-left: 3px;
}
.cheer{
margin-left: 10px;
}
.school{
margin-right: 20px;
}
p{
font-size: 20px;
}
.paragraph{
border: 10px solid whitesmoke;
}
.intro{
border: 10px solid whitesmoke;
}
.card{
width: 300px;
height:500px;
}
nav{
font-size: 20px;
color: white;
}
.boo{
color: rgb(244, 75, 103);
}
img{
border: 3px solid rgb(244, 75, 103);
}
.navbar{
background-color: rgb(244, 75, 103);
}
.nav-link{
color: white;
}