Skip to content

Commit

Permalink
Add missed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
schatty committed Feb 24, 2024
1 parent 9d3ceb9 commit f6ebf76
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="/style.css" />
</head>
<center>
<h2>OPRL</h2>
Expand Down
43 changes: 43 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
/* color: #fff; */
font-family: "Lato", Arial, sans-serif;
}

h1 {
font-family: "proxima-nova", sans-serif;
letter-spacing: -0.01em;
font-weight: 700;
font-style: normal;
font-size: 40px;
margin-left: -3px;
line-height: 1em;
color: #fff;
text-align: center;
margin-bottom: 8px;
text-rendering: optimizeLegibility;
}

table {
width: 80%;
margin: auto;
}

table,
th,
td {
border: 1px solid #000;
border-collapse: collapse;
}

th,
td {
padding: 15px;
}

.img-eval {
display: block;
width: 60%;
margin: auto;
}

0 comments on commit f6ebf76

Please sign in to comment.