diff --git a/css/stylesheet.css b/css/stylesheet.css new file mode 100644 index 0000000..80d4d2e --- /dev/null +++ b/css/stylesheet.css @@ -0,0 +1,95 @@ +*{ + + /* padding: 0; */ + margin: 0; + + +} + +.col1 { + float: left; + width: 75%; + padding-top:30px; + /* display: flex; */ + /* padding-right: 10px; */ +} + +.col2 { + float: right; + width: 25%; + height: 900px; + background-color: #ddd; + /* padding: 10px 5px 50px; */ + /* background-size: cover; */ +} + +img { + float: left; + padding: 0 30px; +} + +.clearfix::after { + content: ""; + clear: both; + display: table; +} + +ul { + list-style: none; + +} +h3{ +padding: 28px 0 18px 30px; + +} +p{ + + padding: 15px 0 0 25px; + line-height: 1.6; + +} + +hr{ + margin:20px; + +} +a { + color: orange; + text-decoration: none; + /* padding: 75px 0 75px 0; */ + padding: 0; + /* margin: 15px; */ + line-height: 3; +} + +h1 { + display: flex; + color: orange; + background-color: #3d3d3d; + /* background-size: cover; */ + padding: 30px; + /* margin: 0 0 5px 0; */ + /* left: 0; */ + /* width: 100%; */ + /* flex-direction: row; */ +} + +/* h2 { + margin-top: 0; +} */ + +body { + font-family: sans-serif; +} + +footer { + background-color: #3d3d3d; + color: white; + text-align: center; + /* padding: 15px; */ + padding: 30px 0 15px 0; + position: fixed; + left: 0; + bottom: 0; + width: 100%; +} \ No newline at end of file diff --git a/img/Bridge.PNG b/img/Bridge.PNG new file mode 100644 index 0000000..6cb1aca Binary files /dev/null and b/img/Bridge.PNG differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..f7c2136 --- /dev/null +++ b/index.html @@ -0,0 +1,40 @@ + + + + + MyWebsite + + + +
+

MyWebsite

+
+ +
+
+ +

This is a header 2

+

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.

+ Read More +
+ +
+

Side Bar Links

+
+ +

Other Widgets

+
+

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.


+

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.

+
+
+ + + + +
\ No newline at end of file