From 398a0def3249a8d894fa98c349a2332bd6178048 Mon Sep 17 00:00:00 2001 From: Haseeb3927 Date: Thu, 15 Jul 2021 14:46:59 +0100 Subject: [PATCH] Completed the Project I believe I have completed the project as per instructions. If any changes are required please let me know in the comments so I can update it. --- css/style.css | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 68 ++++++++++++++++++++++++++++++++++++ 2 files changed, 163 insertions(+) diff --git a/css/style.css b/css/style.css index 75e9841e..dd487727 100644 --- a/css/style.css +++ b/css/style.css @@ -6,3 +6,98 @@ * for example: General styles, Navigation styles, Hero styles, Footer etc. * */ + /*background colour of whole page*/ +body{ + background-color: silver; +} + +/*adjusting top image in the middle*/ +#header-image{ + padding-left: 60px; +} + +/*Fixing navigation bar to the top*/ +nav{ + position: fixed; + top: 0%; + width: 100%; + font-size: 20px; + } +ul{ + list-style: none; + display: flex; + justify-content: space-around; + background-color:paleturquoise; +} +/*adding hover effect to nav bar*/ +#nav-bar a:hover{ + color: ghostwhite; + background-color: black; + border-radius: 10px; + padding: 0.5em; +} +/*designing Top heading*/ +h1{ + padding-left: 1rem; + font-size: 50px; + color: blue; +} +/*page description*/ +.pageDescription{ + font-size: 20px; + padding-left:1rem ; + padding-top: 0px; +} +/*aligning quot in the middle*/ +.quot{ + font-size: 25px; + text-align: center; + padding-top: 0px; + background-color: cyan; + word-spacing: 0.3em; + + } + /*Styling First child element as mentioned in HOME WORK*/ + #article-section .article1:first-child{ + background-color: lightgreen; + font-size: 23px; + word-spacing: 0.5em; + font-style: italic; + color: black; + text-align: center; + } + /*Moving headings of articles to right*/ + h2{ + padding-left: 1rem; + } + +/*Designing second article*/ +#article-section .article2:nth-child(2){ + background-color: cornsilk; + font-size: 20px; + word-spacing: 0.3em; + text-align: center; + +} + +/*Designing last article*/ +#article-section .article3:last-child{ + background-color: honeydew; + font-size: 20px; + word-spacing: 0.3em; + text-align: center; + +} + +/*Designing footer*/ +footer{ + background-color: wheat; + text-align: end; + padding-bottom: 0px; +} +/*Adding hover effect to links*/ +a:hover{ + background-color:blueviolet; + font-size: 22px; + color: white; +} \ No newline at end of file diff --git a/index.html b/index.html index 67dfc7f5..d7e71b52 100644 --- a/index.html +++ b/index.html @@ -18,5 +18,73 @@ +
+

Sports

+

On this page you will find latest news about different sports.

+ + different sports in one picture + +

You must not only have competitiveness but ability, regardless of the circumstance you face, to never quit.

+ +
+ + +
+ + +
+

Cricket

+ Bairstow Jonny-Bairstow-batting-semifinal-match-England-Australia-2019 +

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.

+

To find out more about Cricket + Click here. +

+
+ + +
+

Football

+ association sports-reboot-promo-still +

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).

+

To get more news about Football + Click here. +

+
+ + +
+

Tennis

+ tennis-origins +

There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.

+

To get latest updates about Tennis + Click here. +

+
+ +
+ + + + +