Explorar o código

agrego secciones de empresa y formacion

tati %!s(int64=9) %!d(string=hai) anos
pai
achega
ccb723cd19
Modificáronse 2 ficheiros con 84 adicións e 3 borrados
  1. 37 2
      client/css/styles.css
  2. 47 1
      client/index.html

+ 37 - 2
client/css/styles.css

@@ -28,15 +28,51 @@ body {
     margin-top: 65px;
     background-image: url('../images/video-bg.jpg');
     background-size: 100%;
+    background-repeat: no-repeat;
 }
 
 .container {
     width: 90%;
     max-width: none;
 }
+
 .video-txt {
     margin-top: 10%;
 }
+
+.section > .container {
+    margin-top: 20px;
+    text-align: justify;
+}
+
+.section > .container h4 {
+    text-transform: uppercase;
+    font-size: 30px;
+    font-family: ralewayMedium;
+    letter-spacing: 1px;
+    margin-bottom: 40px;
+}
+
+.section > .container h4:before {
+    content: '';
+    width: 50px;
+    border-bottom: 2px solid black;
+    position: absolute;
+    line-height: 30px;
+    height: 45px;
+    margin-left: 3px;
+}
+
+.cursos-list {
+    list-style: none;
+}
+
+.cursos-list li {
+    text-transform: uppercase;
+    letter-spacing: 1px;
+    font-family: ralewayMedium;
+    margin-bottom: 5px;
+}
 ::selection {
     color: white;
     background-color: #262626;
@@ -53,8 +89,7 @@ body {
   height: 6.5rem;
   background: #fff;
   z-index: 99;
-  border-top: 1px solid #eee;
-  border-bottom: 1px solid #eee;
+  border-bottom: 1px solid #000;
 }
 
 .navbar-container {

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 47 - 1
client/index.html