mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-17 20:11:19 +02:00
type tweaks
This commit is contained in:
16
css/main.css
16
css/main.css
@@ -7,10 +7,20 @@ body {
|
||||
|
||||
body {
|
||||
padding: 100px 50px;
|
||||
font: 14px/1 Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
font: 12px/1 Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.5em;
|
||||
font-weight: normal;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
padding: 8px 12px;
|
||||
@@ -26,13 +36,13 @@ a:hover {
|
||||
|
||||
header {
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
left: 40px;
|
||||
bottom: 20px;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
right: 40px;
|
||||
bottom: 20px;
|
||||
text-align: right;
|
||||
}
|
Reference in New Issue
Block a user