subo archivos .php para seguir trabajando, estoy haciendo el hero
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<!-- <link rel="shortcut icon" href="image/png" href="img/favicon.png"> -->
|
||||
|
||||
<title>Flisol 2019</title>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
<div class="logo-box">
|
||||
<img src="img/flisol.png" alt="Logo" class="logo">
|
||||
</div>
|
||||
|
||||
<div class="text-box">
|
||||
<h1 class="heading-primary">
|
||||
<span class="heading-primary-main">Texto principal</span>
|
||||
<span class="heading-primary-sub">texto secundario</span>
|
||||
</h1>
|
||||
|
||||
<a href="#" class="bot bot-white bot-animated">¡Registrate Gratis!</a>
|
||||
</div>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user