diff --git a/Cakes-Co/index.html b/Cakes-Co/index.html index 60b1afe1..7606d841 100644 --- a/Cakes-Co/index.html +++ b/Cakes-Co/index.html @@ -5,12 +5,61 @@ + Responsive Cake webpage - - - +logo + The best cake in town deliver to your door + + + + +
+
+
+ cake +
+

Welcome

+

Try test our cakes we have the best cakes in city Ours cake is crispy by cookie's
+ Softness malty in mouth that fall in love with cakes.
+ we also provide cake for weeding , birthday and occasion.

+
+
+ cake +
+
+ cake +
+
+ +
+
+ +
+ + + +
+
+
+ + \ No newline at end of file diff --git a/Cakes-Co/style.css b/Cakes-Co/style.css index 6de1b356..9ad034fa 100644 --- a/Cakes-Co/style.css +++ b/Cakes-Co/style.css @@ -1 +1,62 @@ /* Add your styling here */ +* { + margin: 0px; + padding: 0px; +} +body { + color: rgba(14, 12, 12, 0.785); +} +.navbar ul { + list-style: none; + text-decoration: none; +} +.navbar ul { + display: flex; + justify-content: space-around; + align-items: center; + font-size: 15px; + background-color: gray; + color: white; +} +header{ + background-color: orangered +} +img { + width: 70px; + margin-bottom: 20px; +} + + +h1,p{ + margin-left: 100px; + margin-bottom:20px; +} +.box1{ + width: 150px; + float: left; +} +.threeline{ + position:absolute; + top: 75rem; + right: 1rem; + display: none; + flex-direction: column; + justify-content: space-around; + width: 30px; + height: 20px; + +} +.threeline .navbar{ + height: 3px; + width: 100px; + background-color:white; + border-radius: 10px; + +} + + + + + + + diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 4344b144..a77cf286 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -3,26 +3,64 @@ - My form exercise - + + from application +

Product Pick

+

We are providing pick up services with our partnership across UK.
or local store open from 8:30 to8:30pm.

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

Customer services policy

+

We expect your delivery will arrive on time and in good condition. if you would preferring to track your order
+ in real-time and receive timely updates on the status of ours deliveries. Convenience plays a crucial role, with customers
+ preferring various delivery options, including same-day, next-day, and scheduled.

- -
+ - \ No newline at end of file diff --git a/Form-Controls/styles.css b/Form-Controls/styles.css index e69de29b..4444f0d1 100644 --- a/Form-Controls/styles.css +++ b/Form-Controls/styles.css @@ -0,0 +1,33 @@ +*{ + margin-top: 0px; + margin-bottom: 0px; +} + +.body{ + font-family: 'Courier New', Courier, monospace; + font-size: 20px; + +} +.n1{ + margin-bottom: px; + padding-bottom: 10px; +} +h1,p { + font-size: 20px; + padding-bottom: 15px; + +} +.email2{ + padding-bottom: 10px; + font-size: 20px; +} +.date3{ + padding-bottom: 10px; + font-size: 20px; +} +.sumt4{ + padding-bottom: 5px; +} +.size1{ + padding-bottom: 5px; +} \ No newline at end of file diff --git a/Wireframe/css/style.css b/Wireframe/css/style.css index e69de29b..ee78a659 100644 --- a/Wireframe/css/style.css +++ b/Wireframe/css/style.css @@ -0,0 +1,16 @@ +img { + display: block; + margin-left: auto; + margin-right: auto; +} +.full-content { + display: none; +} + +.read-more { + background-color: #00d9b5; + color: #fff; + border: none; + padding: 10px 10px; + cursor: pointer; +} \ No newline at end of file diff --git a/Wireframe/index.html b/Wireframe/index.html index 67544158..f5835903 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,6 +8,32 @@ +

Why is git

+ git is distributed version control system that is widely used for tracking changes in source code during software development. + git + + +

Why developer need Need Github

+

developer need for variety of reason, as it provide a platform for collaborative software
development, version control, project management, and + more. + Here are some key reasons why developers need GitHub: +

+

What is a branch in Git?

+ a "branch" is a parallel version of a repository's codebase. It allows multiple people to work on different aspects of + a project simultaneously without interfering with each other's work. Branches are a fundamental concept in Git, the version control system + that GitHub is built os + branch + + +
+
+
+ +
- \ No newline at end of file