-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (83 loc) · 1.07 KB
/
style.css
File metadata and controls
84 lines (83 loc) · 1.07 KB
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
h1 {
font-family:Tahoma;
padding:20px;
}
a {
color:black;
}
.header {
text-align: center;
background: #20b2aa;
color: white;
font-size: 80%;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
body {
font-family:Tahoma;
text-align:center;
}
nav {
display:block;
}
ul {
display:table;
margin:0 auto;
}
img {
border:5px solid #20b2aa;
border-radius:10%;
padding:10px;
width:5%;
}
svg {
border:5px solid #20b2aa;
border-radius:10%;
padding:10px;
width:5%;
}
.gallery_img {
width: 45%;
}
.column {
padding: 5px;
flex: 50%;
}
.row {
padding: 10px;
display: flex;
}
.img_content {
text-align: center;
background-color: rgba(31, 173, 166, 0.2);
position: absolute;
width: 48%;
align-items: center;
top: 10%;
left: 25%;
right: 10%;
bottom: 10%;
/*comment*/
}
.container {
position: relative;
text-align: center;
}
p {
font-family:Tahoma;
padding:40px;
}
a:hover {
color:#20b2aa;
background-color:#E1E5F2;
}
a:visited {
text-decolation:none;
}
#number {
background-color: #96EDE7;
border: 2px #F0E6EF;
}
button {
color: white;
background-color:#20b2aa;
}