Преглед изворни кода

changing color and added text

BaumSplitter41 пре 1 недеља
родитељ
комит
c9f453495d
2 измењених фајлова са 18 додато и 2 уклоњено
  1. 8 1
      css/style.css
  2. 10 1
      index.html

+ 8 - 1
css/style.css

@@ -3,7 +3,13 @@ html {
 }
 
 body {
-  	background-color: grey;
+  	background-color: #121212;
+}
+.maintaince {
+	color: white;
+	font-size: 30px;
+	line-height: 1.5;
+	text-align: center;
 }
 
 .main_container {
@@ -23,6 +29,7 @@ body {
 	border-radius: 0px;
 	padding: 15px;
 	margin: 20px;
+	color: white;
 }
 
 .main_img {

+ 10 - 1
index.html

@@ -14,15 +14,24 @@
 
 
 	<h1>Moin / Hi</h1>
+	<div class="maintaince">
+		<b>This site is work in progress</b>
+	</div>
 	<div class="main_container">
 		<div class="main_text">
-		<p>I'm BaumSplitter41, I'm am a student from germany. This site is work in progress.</p>
+		<p>I'm BaumSplitter41, I'm am an IT student from germany.</p>
+		<p> </p>
 		</div>
 
 
 		<img src="/assets/Logo_BaumSplitter41.png" alt="Logo BaumSplitter41", class = "main_img">
 	</div>
 
+	<div class="contacts">
+		<h2>Contact</h2>
+		<p> You can contact me via <a href="mailto:">email</a></p>
+	</div>
+
 
 
 </body>