-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSS.css
70 lines (69 loc) · 1.18 KB
/
CSS.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
p
{
text-align: center;
color: rgb(27, 4, 9);
}
h1
{
text-align: center;
color: rgb(240, 18, 18);
border: 5px ridge red;
padding: 10px;
border-width: 10px; display: block;
border-style: inset;
width: 20%;
position: relative; top: auto; left: 40%;
}
a{
text-decoration : inherit ;
}
/*element en bas a droite*/
body
{
background-image: url("attention.jpg") ;
background-attachment: fixed;
background-position:bottom right;
background-size: 20%;
background-repeat:no-repeat;
color:cyan;
}
img
{
display: block; margin: auto;
}
/*survol*/
a:hover
{
text-decoration: none;
color: greenyellow;
}
h3
{
text-align: center;
border: 5px inset blue;
padding: 10px;margin: 20px;
width: 20%;
position: relative; top: 10px; left: 70%;
}
img
{
width: 20%;
}
#texte1
{
TEXT-ALIGN: INHERIT;
DISPLAY: INLINE-BLOCK;
MARGIN-RIGHT: 60%;
}
#texte2
{
text-align: inherit;
display: inline-block;
margin-left: 60%;
}
#bloc1
{
text-align: center;
position: inherit;
justify-content: center;
}