styling fixes for example
This commit is contained in:
parent
42f380b1ec
commit
673e4690dc
|
@ -3,6 +3,9 @@
|
|||
<head>
|
||||
<title>The Robot King</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="HandheldFriendly" content="True" />
|
||||
<meta name="MobileOptimized" content="320" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="http://fonts.googleapis.com/css?family=Maven+Pro:400,700" rel="stylesheet">
|
||||
<link rel="stylesheet" href="player.css">
|
||||
</head>
|
||||
|
|
|
@ -18,9 +18,9 @@ ul
|
|||
overflow-x hidden
|
||||
#main
|
||||
position relative
|
||||
padding 40px 60px
|
||||
p, h1, h2
|
||||
margin 1em 0
|
||||
padding 5%
|
||||
p, h1, h2, ul
|
||||
margin-bottom 1em
|
||||
a
|
||||
color #c00
|
||||
text-decoration none
|
||||
|
|
Loading…
Reference in New Issue