1
0
Fork 0
forked from samba/thk
thk/style.css

20 lines
604 B
CSS
Raw Normal View History

2018-05-22 22:15:29 +02:00
body { font-family:sans-serif;font-size:12pt;}
p {font-family:serif;}
a { text-decoration:none; color:#e12323;}
a:hover { text-decoration:line-through; }
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%); }
footer {text-align:center; font-size:0.7em; padding-top:30px;}
.copyleft {transform:rotate(180deg); display:inline-block;}
2018-06-06 22:48:23 +02:00
section>h3 {
text-align: right;
margin-right: 2rem;
}
section p:nth-child(2) {
font-size: large;
margin: auto 6rem;
text-align: justify;
}