Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac20e3a

Browse files
committed
Add style sheet.
1 parent 4b94507 commit ac20e3a

File tree

2 files changed

+42
-7
lines changed

2 files changed

+42
-7
lines changed

assets/css/style.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
html {
2+
font-family: atkinson-hyperlegible-next, sans-serif;
3+
}
4+
5+
body {
6+
/* font-family: atkinson-hyperlegible-next, sans-serif;
7+
background-color: #f0f0f0; */
8+
}
9+
h1 {
10+
/* color:black); */
11+
}
12+
13+
.acronym-list {
14+
list-style: none; /* Removes bullet points */
15+
padding: 0; /* Removes default left padding */
16+
margin: 0; /* Removes default top/bottom margin (optional) */
17+
}
18+
19+
.acronym-list li {
20+
margin-left: 0; /* Removes any potential inherited left margin */
21+
margin-bottom: 0.5em; /* Adds a little space between list items (optional) */
22+
}
23+
24+
.acronym-list h3{
25+
margin-top: 0;
26+
margin-bottom: 0.5em;
27+
}

index.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Adam Logan</title>
6+
<link rel="stylesheet" href="/assets/css/style.css">
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet">
610
</head>
711
<body>
812

@@ -17,15 +21,19 @@ <h2><a href="#general-disability-bills">General Disability Bills</a></h2>
1721
<h3><a href="https://docs.google.com/document/d/1hf1qXHkxLbp2M0YrEjmL5jyMmpQSMvH4XPGQsM92Cto/edit?usp=drive_link" target="_blank">SB 20</a></h3>
1822
<p>Requires the Department of Human Services to administer a program to provide medical assistance to employed individuals with disabilities without regard to the individuals' income or resources.</p>
1923

20-
<h3><a href="https://docs.google.com/document/d/1N0G8UkAxqWavrsEEOi59DQfQ_eCY3eLA05Rdw_BBlXk/edit?usp=drive_link">HB 2957</a></h3>
24+
<h3><a href="https://docs.google.com/document/d/1N0G8UkAxqWavrsEEOi59DQfQ_eCY3eLA05Rdw_BBlXk/edit?usp=drive_link" target="_blank">HB 2957</a></h3>
2125
<p>Prohibits employers from entering into agreements that shorten the statute of limitations with respect to violations over which the Bureau of Labor and Industries has enforcement authority.</p>
2226

2327
<hr>
24-
<ul><b>Acronym Dictionary</b></ul>
25-
<ul>SB – Senate Bill</ul>
26-
<ul>HB – House Bill</ul>
27-
<ul>Rep. – Representative</ul>
28-
<ul>Chair – Leader</ul>
29-
<ul>Vice Chair – Assists Leader, acts as chair when chair is absent.</ul>
28+
<ul class="acronym-list">
29+
<li><h3>Acronym Dictionary</h3></li>
30+
<li>SB &ndash; Senate Bill</li>
31+
<li>HB &ndash; House Bill</li>
32+
<li>Sen. &ndash; Senator</li>
33+
<li>Rep. &ndash; Representative</li>
34+
<li>Chair &ndash; Leader</li>
35+
<li>Vice Chair &ndash; Leader's assistant, acts as chair when chair is absent.</li>
36+
<li>LPRO &ndash; Legislative Policy &amp; Research Office</li>
37+
</ul>
3038
</body>
3139
</html>

0 commit comments

Comments
 (0)