-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
73 lines (72 loc) · 871 Bytes
/
Copy pathstyle.css
File metadata and controls
73 lines (72 loc) · 871 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
65
66
67
68
69
70
71
72
73
h1 {
font-family:Tahoma;
padding:20px;
}
a {
color:black;
}
.header {
text-align: center;
background: #F7BB7D;
}
body {
font-family:Tahoma;
text-align:center;
}
nav {
display:block;
}
ul {
display:table;
margin:0 auto;
}
img {
border:5px solid #F7BB7D;
border-radius:10%;
padding:10px;
width:5%;
min-width:50px;
}
svg {
border:5px solid #F7BB7D;
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;
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:#F7BB7D;
background-color:#E1E5F2;
}
a:visited {
text-decoration:none;
}