-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcuent.css
90 lines (90 loc) · 1.66 KB
/
cuent.css
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
*{
margin: 0;
padding: 0;
}
html body{
height: 100%;
width: 100%;
background-color: #f2f282;
}
.menn{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.rex{
border: 1px solid black;
background-color: #B4BB0B !important;
box-shadow: grey 1px 2px 3px 4px;
transform: scale(117%);
}
.menn div{
width: 73px;
height: 33px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 15%;
border: 1px solid black;
margin: 20px;
background-color: chocolate;
cursor: pointer;
}
.menn div:hover{
background-color: #B4BB0B;
box-shadow: grey 1px 2px 3px 4px;
transform: scale(117%);
}
h1{
text-align: center;
font-family: Cambria, serif;
font-size: 1.7em;
position: relative;
top: 10px;
margin-bottom: 3%;
}
h2{
text-align: center;
font-style: italic;
}
#conte{
width: 75%;
position: relative;
margin: auto;
margin-top: 15px;
margin-bottom: 21px;
background-color: #FFFFCC;
padding: 17px;
border: 1px solid black;
border-radius: 17px;
box-shadow: 3px 3px 9px 5px;
}
#conte p{
text-indent: 21px;
font-size: 19px;
margin-top: 7px;
text-align: justify;
font-family: 'Zen Antique Soft', serif;
}
.liba{
max-width: 33px;
position: fixed;
display: flex;
flex-direction: column;
bottom: 0;
margin-top: 10px;
}
#llang{
background-color: darkgray;
width: fit-content;
padding: 7px;
position:relative;
top: 5vh;
left: 2.5%;
border-radius: 12px;
box-shadow: 3px 2px 7px 5px;
}
#llang p:hover a {
color: rgb(228, 143, 15);
}