-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
56 lines (48 loc) · 707 Bytes
/
css.css
File metadata and controls
56 lines (48 loc) · 707 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
* {
font-family: verdana;
/*box-sizing: border-box;*/
text-align: center;
font-size: 3vw;
}
header , footer {
background-color: white;
text-align: center;
}
#header-img {
border-radius: 50%;
border: 1px solid black;
}
.myaddress {
display: block;
font-style: italic;
}
ul{
list-style-type: none;
overflow: hidden;
margin: 0px;
padding: 0px;
color: #333;
}
li{
display: inline;
margin-left: 5px;
margin-right: 5px;
}
img
{
border: 5px solid black;
border-radius: 10px;
height: auto;
width: auto;
max-height: 100%;
max-width: 100%;
}
a {
text-decoration: none;
}
hr {
border: 3px solid black;
}
abbr {
text-decoration: none;
}