forked from pushdev-code/css-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/css basic mayra vargas #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mayravargasbecerra13
wants to merge
3
commits into
master
Choose a base branch
from
feature/css-basic-mayra-vargas
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>document</title> | ||
| <link rel="stylesheet" href="style.css"> | ||
|
|
||
| </head> | ||
| <body> | ||
| <form class="contenido-p" action=""> | ||
| <fieldset> | ||
| <legend>Please enter your contact details</legend> | ||
| <label for="name">Your name (required):</label> | ||
| <input type="text" id="name" name="name" required><br> | ||
| <label for="mail">E-mail address (required):</label> | ||
| <input type="email" id="mail" name="user_mail" required><br> | ||
| <label for="namber">Phone number (+57): (optional):</label> | ||
| <input type="number" id="namber" name="user_mail" required> | ||
| </fieldset> | ||
| <fieldset> | ||
| <legend>Please select the courses that you are interested in (required):</legend> | ||
| <input type="checkbox" id="cbox1" value="checkbox" required> | ||
| <label for="cbox1">Web Developer</label><br> | ||
| <input type="checkbox" id="cbox2" value="checkbox" required> | ||
| <label for="cbox2">React Developer</label><br> | ||
| <input type="checkbox" id="cbox3" value="checkbox" required> | ||
| <label for="cbox3">Fullstack Developer</label><br> | ||
| <input type="checkbox" id="cbox4" value="checkbox" required> | ||
| <label for="cbox4">Other</label><br> | ||
|
|
||
| </fieldset> | ||
| <legend>Please enter a massage (optional):</legend> | ||
| <label for="text"></label> | ||
| <textarea name="text" id="text" cols="100" rows="10"></textarea><br> | ||
| <button class="btn" type="submit">Send massage</button> | ||
| <button class="btn" aria-label="Close" type="reset">Reset form</button> | ||
| </form> | ||
| <footer class="footer"> | ||
| <p>Formulario de validación</p> | ||
| </footer> | ||
|
|
||
| </body> | ||
| </html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| .contenido-p{ | ||
| font-family: Arial, Helvetica, sans-serif; | ||
| font-size: 22px; | ||
| background-image: url(img-form/Burbujas-de-colores_Abstract-Wallpapers.jpg) ; | ||
| background-size: cover; | ||
| background-repeat: no-repeat; | ||
| width: 100%; | ||
| padding: 20px; | ||
| } | ||
| .btn:hover{ | ||
| background-color: #133e11; | ||
| color: #6294a6; | ||
| font-family: Arial, Helvetica, sans-serif; | ||
|
|
||
| } | ||
| .btn{ | ||
| width: 138px; | ||
| height: 30px; | ||
| border-radius: 5px; | ||
| background-color: #575a57; | ||
| color: white; | ||
| font-size: 15px; | ||
| } | ||
| .footer{ | ||
| background-color: #9fa7aa; | ||
| height: 100px; | ||
| margin: 0px; | ||
| padding: 1px; | ||
| width: 100%;; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Position</title> | ||
| <link rel="stylesheet" href="style.css" /> | ||
| </head> | ||
| <body> | ||
|
|
||
| <header class="header"> | ||
| <h1>This is my first layout</h1> | ||
| </header> | ||
|
|
||
| <nav class="cont-p"> | ||
| <ul class="cont-indice"> | ||
| <a href=""><li class="indice">Home</li></a> | ||
| <a href=""><li class="indice">Productos</li></a> | ||
| <a href=""><li class="indice">About us</li></a> | ||
| <a href=""><li class="indice">Contac</li></a> | ||
| </ul> | ||
| </nav> | ||
|
|
||
| <section class="cont-2"> | ||
| <p> | ||
| Lorem Ipsum is simply dummy text of the printing and typesetting | ||
| industry. Lorem Ipsum has been the industry's standard dummy text ever | ||
| since the 1500s, when an unknown printer took a galley of type and | ||
| scrambled it to make a type specimen book. It has survived not only | ||
| five centuries, but also the leap into electronic typesetting, | ||
| remaining essentially unchanged. It was popularised in the 1960s with | ||
| the release of Letraset sheets containing Lorem Ipsum passages, and | ||
| more recently with desktop publishing software like Aldus PageMaker | ||
| including versions of Lorem Ipsum. | ||
| </p> | ||
| </section> | ||
| <section class="cont-2"> | ||
| <p> | ||
| Lorem Ipsum is simply dummy text of the printing and typesetting | ||
| industry. Lorem Ipsum has been the industry's standard dummy text ever | ||
| since the 1500s, when an unknown printer took a galley of type and | ||
| scrambled it to make a type specimen book. It has survived not only | ||
| five centuries, but also the leap into electronic typesetting, | ||
| remaining essentially unchanged. It was popularised in the 1960s with | ||
| the release of Letraset sheets containing Lorem Ipsum passages, and | ||
| more recently with desktop publishing software like Aldus PageMaker | ||
| including versions of Lorem Ipsum. | ||
| </p> | ||
| </section> | ||
| <section class="cont-2"> | ||
| <p> | ||
| Lorem Ipsum is simply dummy text of the printing and typesetting | ||
| industry. Lorem Ipsum has been the industry's standard dummy text ever | ||
| since the 1500s, when an unknown printer took a galley of type and | ||
| scrambled it to make a type specimen book. It has survived not only | ||
| five centuries, but also the leap into electronic typesetting, | ||
| remaining essentially unchanged. It was popularised in the 1960s with | ||
| the release of Letraset sheets containing Lorem Ipsum passages, and | ||
| more recently with desktop publishing software like Aldus PageMaker | ||
| including versions of Lorem Ipsum. | ||
| </p> | ||
| </section> | ||
| <footer> | ||
| About my company | ||
| </footer> | ||
|
|
||
| </body> | ||
| </html> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| .header{ | ||
| width: 100%; | ||
| background-color: black; | ||
| color: white; | ||
| font-size: 7px; | ||
| border-width: 3px; | ||
| border-style: solid; | ||
| border-color: #2ff60b; | ||
| } | ||
|
|
||
| .cont-p{ | ||
| width: 200px; | ||
| border-width: 3px; | ||
| border-style: solid; | ||
| border-color: #1031f7; | ||
| position: fixed; | ||
| top: 49px; | ||
| left: 10px; | ||
| } | ||
|
|
||
| .indice{ | ||
| color: #1031f7; | ||
| text-decoration: #1031f7; | ||
| font-size: 20px; | ||
|
|
||
| } | ||
|
|
||
| .cont-2{ | ||
| width: 70%; | ||
|
|
||
| padding-left: 227px; | ||
| margin: 0; | ||
| display: inline-block; | ||
| } | ||
|
|
||
| .cont-2 p{ | ||
| border-width: 3px; | ||
| border-style: solid; | ||
| border-color: red; | ||
| margin: 0px; | ||
| } | ||
| footer{ | ||
| background-color: black; | ||
| width: 100%; | ||
| color: white; | ||
| font-size: 25px; | ||
| border-width: 3px; | ||
| border-style: solid; | ||
| border-color: #f4d944; | ||
| } | ||
|
|
||
|
|
||
|
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mayravargasbecerra13 este archivo es de la segunda actividad, asegurate de que el PR incluye la actividad 1.