a chagnes
This commit is contained in:
parent
d3bf7f9ab9
commit
7f4cae7bdf
1 changed files with 10 additions and 2 deletions
12
style.css
12
style.css
|
@ -1,7 +1,15 @@
|
|||
body { font-family:sans-serif;font-size:12pt;}
|
||||
p {font-family:serif;}
|
||||
a { text-decoration:none; color:#e12323;}
|
||||
a:hover { text-decoration:line-through; }
|
||||
a {
|
||||
text-decoration:none;
|
||||
color:#e12323;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline darkblue;
|
||||
font-size: large;
|
||||
color: blueviolet;
|
||||
}
|
||||
|
||||
ul { list-style:none;}
|
||||
hr { border:0; border-top:1px dotted #000;}
|
||||
.logo{float:right;} body { max-width: 800px; left: 50%; position: relative; transform: translate(-50%,0%); }
|
||||
|
|
Loading…
Reference in a new issue