run prettifier
This commit is contained in:
parent
66f8ecd076
commit
ff617b8ba4
16
index.css
16
index.css
@ -1,20 +1,22 @@
|
||||
@font-face {
|
||||
font-family: 'univers';
|
||||
src: url('static/font-univers/UniversforUniS55Rm-Regular.ttf') format('truetype');
|
||||
|
||||
}
|
||||
|
||||
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap"); */
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "univers";
|
||||
color:#323232
|
||||
color:#323232;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.top-nav {
|
||||
padding: 15px 20px;
|
||||
background-color: #323232;
|
||||
color: white;
|
||||
|
||||
color: white;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
@ -23,11 +25,10 @@ body {
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-right: 20px;
|
||||
margin-right: 24px;
|
||||
}
|
||||
.navbar p {
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
@ -150,7 +151,8 @@ body {
|
||||
height: 100%;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
background-color: #004191
|
||||
background-color: #004191;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.img-container {
|
||||
|
@ -12,7 +12,7 @@
|
||||
<div class="navbar">
|
||||
<img src="images/unilogo_schriftzug_white.png" clas="navbar-logo" />
|
||||
|
||||
<p>IRS Satellite Software Projects</p>
|
||||
<p>Software Projects</p>
|
||||
<a href="#" class="contact">Contact</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -1,5 +1,3 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap");
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -11,7 +11,7 @@
|
||||
<div class="navbar">
|
||||
<img src="images/unilogo_schriftzug_white.png" clas="navbar-logo" />
|
||||
|
||||
<p>IRS Satellite Software Projects</p>
|
||||
<p>Software Projects</p>
|
||||
<a href="#" class="contact">Contact</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
Reference in New Issue
Block a user