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