forked from Codi-T03/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
53 lines (52 loc) · 951 Bytes
/
style2.css
File metadata and controls
53 lines (52 loc) · 951 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
body{
background-color: rgb(201, 199, 137) ;
color: black;
text-align: center;
}
header{
font-size: 40px;
font-weight: bolder;
font-style: italic ;
text-decoration: underline;
text-shadow:4px 4px #ffffff;
}
span{
margin: 7%;
color: white;
font-weight: bold;
font-size: 20px;
}
.img1{
display: block;
margin-left: auto;
margin-right: auto;
width:100%;
height: 3%;
}
.links , h1 , footer{
border: 20px solid black;
background-color: black;
color: white;
box-shadow: 5px 5px 2px 2px #ffffff;
}
img{
width: 30%;
display: block;
margin-left: auto;
margin-right: auto;
}
.flex-cont1{
display: flex;
flex-direction: row;
justify-content: space-around;
align-items:baseline;
margin: 3%;
}
#dessert, #fudge , #flex , #accessories{
font-size: 20px;
}
ul, menu {
list-style-type: none;
}
a{color: white}
a:visited {color:white}