diff --git a/forindipart1.css b/forindipart1.css new file mode 100644 index 0000000..f27630f --- /dev/null +++ b/forindipart1.css @@ -0,0 +1,337 @@ +#forindi-1{ + background-color: black; + color: aliceblue; +} +#forindi-1>div:nth-child(1){ + /* border: 1px solid red; */ + width: 90%; + margin: auto; + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(1,auto); + padding: 20px; + gap: 60px; + padding-bottom: 100px; + +} +#forindi-1>div>div{ + /* border: 1px solid greenyellow; */ + line-height: 30px; + font-size: 20px; + +} +#forindi-1>div>div>h1{ + padding-top: 30px; + padding-bottom: 30px; +} +#forindi-1>div>div>button{ + padding: 20px; + font-size: 15px; + color: aliceblue; + background-color: rgb(244, 13, 51); + border-radius: 5px; + border-color: rgb(244, 13, 51); +} +#forindi-1>div:nth-child(2){ + /* border: 1px solid yellow; */ + width: 90%; + margin: auto; + height: 50px; + background-color: rgb(234, 26, 60); + text-align: center; + padding-top: 1px; + +} +.redd{ + color: rgb(244, 13, 51); +} +#forindi-1>div:nth-child(3){ + width: 90%; + margin: auto; +} +#forindi-1>div:nth-child(4){ + width: 90%; + margin: auto; + display: grid; + grid-template-columns: repeat(3,1fr); + grid-template-rows: repeat(1,auto); + gap: 20px; + padding-bottom: 100px; +} +#forindi-1>div:nth-child(4)>div{ + /* width: 100%; */ + background-color: #181818; + line-height: 10px; + padding: 10px; +} +#forindi-1>div:nth-child(4)>div>img{ + width: 100%; + height: 70%; +} +#forindi-1>div:nth-child(4)>div>div{ + /* border: 1px solid yellowgreen; */ + display: flex; + gap: 20px; + font-size: 15px; + text-align: center; + +} +#forindi-1>div:nth-child(5)>div{ + background-color: #212121; + width: 90%; + margin: auto; + padding: 3px; + /* border: 1px solid red; */ + +} +#forindi-1>div:nth-child(5){ + padding-bottom: 40px; +} +#forindi-1>div:nth-child(6){ + /* border: 1px solid green; */ + + background-color: #212121; + width: 90%; + margin: auto; + +} +#forindi1grid1{ + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(1,auto); +} +#forindi1grid1>div{ + width: 80%; + /* border: 1px solid yellowgreen; */ + padding: 40px; + margin: auto; +} +#forindi1gridmid1{ + /* border: 1px solid red; */ + text-align: center; + padding-top: 30px; + font-size: 10px; + color: gray; +} +#forindi1grid2{ + display: grid; + grid-template-columns: repeat(5,1fr); + grid-template-rows: repeat(1,auto); + width: 60%; + margin: auto; + margin-top: 50px; + /* border: 1px solid yellowgreen; */ + padding-bottom: 30px; +} +#foindi1grid3{ + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(1,auto); + /* border: 1px solid red; */ + margin-top: 100px; +} +#forindi1grid3>div{ + width: 80%; + /* border: 1px solid yellowgreen; */ + padding: 40px; + margin: auto; +} +#forindi1grid4{ + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(1,auto); + /* border: 1px solid red; */ + margin-top: 140px; +} +#forindi1grid4>div{ + width: 80%; + /* border: 1px solid yellowgreen; */ + padding: 40px; + margin: auto; +} +#forindi1grid5{ + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(1,auto); + /* border: 1px solid red; */ + margin-top: 140px; + margin-bottom: 100px; +} +#forindi1grid5>div{ + width: 80%; + /* border: 1px solid yellowgreen; */ + padding: 40px; + margin: auto; +} +#forindi1grid6{ + width: 80%; + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(1,auto); + /* border: 1px solid red; */ + margin: auto; + + margin-bottom: 200px; + +} +#forindi1grid6>div{ + width: 80%; + /* border: 1px solid yellowgreen; */ + padding: 40px; + margin: auto; +} + + + + + + +/* meidum screens */ +@media all and (min-width: 768px) and (max-width: 1024px) { + #forindi-1>div:nth-child(1){ + /* border: 1px solid red; */ + width: 90%; + margin: auto; + display: grid; + grid-template-columns: repeat(1,1fr); + grid-template-rows: repeat(auto,auto); + padding: 20px; + gap: 60px; + padding-bottom: 100px; + + } + #forindi-1>div:nth-child(4){ + width: 90%; + margin: auto; + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(auto,auto); + gap: 20px; + padding-bottom: 100px; + } + #forindi1grid1{ + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(1,auto); + } + #forindi1grid2{ + display: grid; + grid-template-columns: repeat(3,1fr); + grid-template-rows: repeat(auto,auto); + width: 60%; + margin: auto; + margin-top: 50px; + /* border: 1px solid yellowgreen; */ + padding-bottom: 30px; + } + #forindi1grid3{ + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(1,auto); + /* border: 1px solid red; */ + margin-top: 100px; + } + #forindi1grid4{ + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(1,auto); + /* border: 1px solid red; */ + margin-top: 140px; + } + #forindi1grid5{ + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(1,auto); + /* border: 1px solid red; */ + margin-top: 140px; + margin-bottom: 100px; + } + #forindi1grid6{ + width: 80%; + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(1,auto); + /* border: 1px solid red; */ + margin: auto; + + margin-bottom: 200px; + + } + + } + + /* small screens */ + @media all and (min-width: 320px) and (max-width: 767px) { + #forindi-1>div:nth-child(1){ + /* border: 1px solid red; */ + width: 90%; + margin: auto; + display: grid; + grid-template-columns: repeat(1,1fr); + grid-template-rows: repeat(auto,auto); + padding: 20px; + gap: 60px; + padding-bottom: 100px; + + } + #forindi-1>div:nth-child(4){ + width: 90%; + margin: auto; + display: grid; + grid-template-columns: repeat(1,1fr); + grid-template-rows: repeat(auto,auto); + gap: 20px; + padding-bottom: 100px; + } + #forindi1grid1{ + display: grid; + grid-template-columns: repeat(1,1fr); + grid-template-rows: repeat(1,auto); + } + #forindi1grid2{ + display: grid; + grid-template-columns: repeat(1,1fr); + grid-template-rows: repeat(auto,auto); + width: 60%; + margin: auto; + margin-top: 50px; + /* border: 1px solid yellowgreen; */ + padding-bottom: 30px; + } + #forindi1grid3{ + display: grid; + grid-template-columns: repeat(1,1fr); + grid-template-rows: repeat(auto,auto); + /* border: 1px solid red; */ + margin-top: 100px; + } + #forindigrid4{ + display: grid; + grid-template-columns: repeat(1,1fr); + grid-template-rows: repeat(auto,auto); + /* border: 1px solid red; */ + margin-top: 140px; + } + #forindi1grid5{ + display: grid; + grid-template-columns: repeat(1,1fr); + grid-template-rows: repeat(auto,auto); + /* border: 1px solid red; */ + margin-top: 140px; + margin-bottom: 100px; + } + #forindi1grid6{ + width: 80%; + display: grid; + grid-template-columns: repeat(1,1fr); + grid-template-rows: repeat(auto,auto); + /* border: 1px solid red; */ + margin: auto; + + margin-bottom: 200px; + + } + + } + + diff --git a/forindipart1.html b/forindipart1.html new file mode 100644 index 0000000..3cbbdad --- /dev/null +++ b/forindipart1.html @@ -0,0 +1,163 @@ + + + + + + + + For individuals + + +
+
+
+ +

FOR INDIVIDUALS

+

For Individuals: Build better skills

+

With the technology skills platform, you can see where your skills stand and master the latest in software development, IT ops, AI and machine learning, security and more.

+ +
+
+ +
+
+
+

Serious skills. Simple pricing. See plans >

+
+
+

Trending on Pluralsight

+
+
+
+ +

COURSE

+

What's New in PHP 7

+
+

Christian Wenz

+

Intermediate

+

Dec 3, 2015

+

1h 45m

+
+
+
+ +

COURSE

+

What's New in Java 12

+
+

Sander Mak

+

Intermediate

+

Mar 18, 2019

+

1h 7m/p> +

+
+
+ +

COURSE

+

What’s New in ASP.NET Core 6.0

+
+

Alex Wolf

+

Intermediate

+

Dec 9, 2021

+

2h 4m

+
+
+ +
+
+
+

View More Courses >>

+
+ +
+
+
+
+ + +
+
+

OVERVIEW

+

Take control of your career

+

Whether you want to transition into a new field, improve in your role or bring your big ideas to life, Pluralsight Skills can help you get there. With our technology skills platform, you can build in-demand skills and apply them in the real world with confidence.

+

What is Skills? >

+
+ +
+
+

TRUSTED BY LEARNERS AT THOUSANDS OF COMPANIES

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

COURSE LIBRARY

+

Learn from top technologists around the world

+

Keep your skills up-to-date with access to thousands of courses authored by an elite network of industry experts and partners.

+
Browse our libraries >
+
+
+ +
+ +
+
+
+ +
+
+

SKILL ASSESSMENTS

+

See where your skills stand and where you can grow

+

The best way to start learning is to see where your skills stand first. Take a quick skill assessment to uncover your strengths and weaknesses and get personalized recommendations on what to work on.

+
+
+
+
+

HANDS-ON LEARNING

+

Practice applying new skills

+

With projects and interactive courses, you can test drive new skills in a risk-free environment and get guided feedback—so you can make mistakes before they matter.

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

CUSTOMER STORIES

+

From soldier to IT specialist: Ryan's Pluralsight story

+

Technology skills change lives. Hear veteran-turned-IT professional Ryan Chasteauneuf’s Pluralsight story.

+
Watch Ryan's story >
+
+
+ +
+ +
+ + + + +
+ + \ No newline at end of file