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