-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathachievement.css
More file actions
107 lines (95 loc) · 1.51 KB
/
achievement.css
File metadata and controls
107 lines (95 loc) · 1.51 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
body{
background-image:url(/Country.jpg) ;
background-size: 100%;
}
ul {
list-style-type: none;
padding-left: : 100px;
padding-right: 100px;
overflow: hidden;
display: table;
margin: 0 auto;
font-family: Raleway;
}
li {
float:center ;
background-color: none;
display: inline;
min-width: 700px;
font-size: 35px;
}
li a {
box-shadow: inset;
color: white;
text-align: center;
padding: 25px;
text-decoration: underline;
z-index: 0;
cursor: pointer;
}
li a:hover
{
opacity: 0.5;
transition: all; 0.3s;
}
header {
padding: 50px;
text-align: center;
color:orange;
}
img{
border: : 20px solid;
float: right;
padding-right: 10px;
margin-right: 40px;
margin-top: 50px;
border-radius: 50px;
}
p{
font-family: verdana;
font-size: 50px;
color: orange;
overflow: next;
font-style: bold;
text-align: justify-all;
margin-left: 50px;
margin-right: 50px;
background-color: rgba(179, 0, 0,55%);
padding-left: 3%;
border-radius: 45px;
}
footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 80px;
background-color: black;
text-align: center;
color: orange;
font-size: 20px;
}
span.contact{
position: absolute;
top: 310px;
font-size: 35px;
left: 710px;
color: orange;
font-style: bold;
}
span.sem{
position: absolute;
top: 420px;
font-size: 25px;
left: 240px;
color: orange;
font-style: bold;
}
span.a12{
position: absolute;
top: 550px;
font-size: 25px;
left: 240px;
color: orange;
font-style: bold;
}