1
0
Fork 0

Added a basic CSS file

This commit is contained in:
Marek Suchánek 2018-01-11 12:35:34 +01:00
parent 303ee4b125
commit 4ee41caf93
2 changed files with 15 additions and 2 deletions

View file

@ -4,14 +4,14 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="generator" content="vi and me :)" />
<meta http-equiv="X-UA-Compatible" content="IE=9999" />
<link rel="stylesheet" type="text/css" href="style.css">
<title>Tuned project</title>
</head>
<body>
<p>
<map id="download">
<area shape="rect" coords="754,90,1032,149" href="https://github.com/redhat-performance/tuned/releases" alt="Download" />
</map>
<img alt="Tuned header" src="header1.png" usemap="#download" /></p>
<img alt="Tuned header" src="header1.png" usemap="#download" />
<h1>Introduction</h1>
<p>Tuned is a system tuning service for Linux. It:</p>

13
style.css Normal file
View file

@ -0,0 +1,13 @@
body {
margin: 0px auto;
max-width: 1124px;
line-height: 1.6;
font-size: 18px;
color: #333;
padding: 0 10px
}
h1, h2, h3 {
line-height: 1.2
}