[code] made changes to styles.css, have implemented the Roboto font instead of Arial/Helvetica, have also updated the sizing for the header and paragraph text and changed the type of header number used across some project files.
This commit is contained in:
@@ -1,25 +1,26 @@
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: 'Roboto';
|
||||
color: black;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
h1 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
input[type=text], input[type=submit] {
|
||||
font-family: 'Roboto';
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<div class="loginPane">
|
||||
<div class="loginHeader">
|
||||
<h1>Login</h1>
|
||||
<h2>Login</h2>
|
||||
<h3>Please enter your login credentials below</h3>
|
||||
</div>
|
||||
<div class="loginForm">
|
||||
|
||||
Reference in New Issue
Block a user