[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 {
|
body {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: 'Roboto';
|
||||||
color: black;
|
color: black;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text] {
|
h1 {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
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>
|
<body>
|
||||||
<div class="loginPane">
|
<div class="loginPane">
|
||||||
<div class="loginHeader">
|
<div class="loginHeader">
|
||||||
<h1>Login</h1>
|
<h2>Login</h2>
|
||||||
<h3>Please enter your login credentials below</h3>
|
<h3>Please enter your login credentials below</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="loginForm">
|
<div class="loginForm">
|
||||||
|
|||||||
Reference in New Issue
Block a user