diff --git a/.github/.keep b/.github/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md deleted file mode 100644 index 9a576d7..0000000 --- a/README.md +++ /dev/null @@ -1,34 +0,0 @@ -# P317-FE-CSS-colors-box-model - -### Resources - -* https://www.w3schools.com/Css/css_boxmodel.asp - -* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model - -### The links above are the main pages of the topics, also read sublinks by yourself - -* https://docs.emmet.io/cheat-sheet/ - -* https://www.digitalocean.com/community/tutorials/css-display-inline-vs-inline-block - -* https://www.samanthaming.com/pictorials/css-inline-vs-inlineblock-vs-block/ - -* https://css-tricks.com/when-do-you-use-inline-block/ - -* [Selectors Explained](https://kittygiraudel.github.io/selectors-explained/?) - -* [w3 try selectors](https://www.w3schools.com/cssref/trysel.asp) - -* [CSS selectors 1](https://www.456bereastreet.com/archive/200509/css_21_selectors_part_1/) - -* [CSS selectors 2](https://www.456bereastreet.com/archive/200510/css_21_selectors_part_2/) - -* [CSS selectors 3](https://www.456bereastreet.com/archive/200510/css_21_selectors_part_3/) - -### Homework -Task 1 | Task 2 -:-------------------------:|:-------------------------: -![](https://user-images.githubusercontent.com/57169563/120698553-44162900-c4c0-11eb-8ba0-42562e915675.png) | ![](https://user-images.githubusercontent.com/57169563/120698573-49737380-c4c0-11eb-977e-d5fdc669cb1b.png) - - diff --git a/assets/css/style.css b/assets/css/style.css deleted file mode 100644 index e69de29..0000000 diff --git a/homework/albert.css b/homework/albert.css new file mode 100644 index 0000000..0c3fca6 --- /dev/null +++ b/homework/albert.css @@ -0,0 +1,15 @@ +*{ + box-sizing: border-box; + margin: 0; + padding: 0; +} +body{ + background-color: rgb(220,220,230); +} +h1,h2,img{ + margin-left: 500px; +} +div{ + width: 900; + +} \ No newline at end of file diff --git a/homework/albert.html b/homework/albert.html new file mode 100644 index 0000000..46738ce --- /dev/null +++ b/homework/albert.html @@ -0,0 +1,18 @@ + + + + + + + Document + + + +
+

Albert Einstein

+

(E=mc)

+ sa +

Lorem ipsum dolor sit amet consectetur adipisicing elit. In quidem temporibus a cupiditate maxime delectus. Possimus, debitis assumenda cupiditate nulla eum nostrum aliquam est aperiam minima hic omnis ratione perferendis repudiandae maxime, illum ab atque et fugit qui exercitationem cumque dolorum. Totam, voluptatum aliquam. Corporis odit veritatis perspiciatis distinctio vel? Optio consequuntur temporibus libero a nostrum, labore asperiores nobis ab iusto vel neque rerum voluptas debitis autem, facere nesciunt. Adipisci veritatis accusamus amet veniam enim nemo hic recusandae, quia eaque magnam eligendi, doloribus laudantium molestias harum dolores maxime blanditiis. Vitae sunt eos voluptatum delectus commodi unde, eius sed, perferendis non dolor nostrum architecto. Placeat tempora dolor nam officiis nesciunt cum. Voluptates quaerat beatae, sed modi perspiciatis soluta! Facilis nulla laboriosam maxime accusantium labore consectetur, rem dicta asperiores, neque, modi quam! Architecto, unde, vel consequuntur qui dolorum fugiat voluptas impedit adipisci nostrum aperiam rerum nobis nulla maiores dicta sed itaque magni.

+
+ + \ No newline at end of file diff --git a/homework/indexx.html b/homework/indexx.html new file mode 100644 index 0000000..578b8e7 --- /dev/null +++ b/homework/indexx.html @@ -0,0 +1,88 @@ + + + + + + + Document + + + +
+

Application For Permission To Date My Daughter



+

Note: Form is to be completed at least 21 days prior to date

+
+Personal Details
+ +

+ +

+ +

+ +

+ +

+

+ +

+ +

+ +

+ +
+ + +

+
+

Check All That Apply

+ + +
+ + +
+ + +
+ + +
+ + +
+ + + + +

+
+ + + + + +

+
+Essay Section +
In 50 words or more explain why you want to date my daughter
+ +
Please upload contact details for 2 references
+ +
Upload Police Clearance Certificate,Bank Statement and Medidal Certificates here: Attach Files
+ +


+ +Send Your Application +
+ + + \ No newline at end of file diff --git a/homework/style.css b/homework/style.css new file mode 100644 index 0000000..a309ece --- /dev/null +++ b/homework/style.css @@ -0,0 +1,35 @@ +*{ + box-sizing: border-box; + padding: 0; + margin: 0; +} +body{ + background-color:rgb(249,250,210) ; +} +div{ + height: 1100px; + width: 900px; + background-color: white; + margin:auto; + border: 1px solid black; + border-radius: 5px; +} +h1{ + padding-left: 185px; + font-size: 20px; +} +p{ + font-size: 25px; +} + +fieldset{ + margin:5px; +} +span{ + background-color: red; + color: white; + +} +#sp{ + margin: 350px; +}