Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added assets/.DS_Store
Binary file not shown.
7 changes: 6 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/*wait why is this empty? */
.rounded-circle {

max-width: 200px;!important
max-Height: 200px !important
height: auto; !important
/*wait why is this empty? */
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
<title>A Bootstrap Website</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />



<!-- CSS only --><link rel="stylesheet" href="./assets/css/style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
</head>
<body>
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#!">Your Name Here</a>
<a class="navbar-brand" href="#!">Annette</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
Expand All @@ -30,7 +29,7 @@
<!-- Header - set the background image for the header in the line below-->
<header class="py-1 bg-image-full" style="background-image: url('https://t4.ftcdn.net/jpg/03/61/82/93/360_F_361829357_WuN8yt1I8PEYSnx8P6IvfYLlRZZWW2ts.jpg')">
<div class="text-center my-1">
<img class="img-fluid rounded-circle mb-4" src="https://newmediarockstars.com/wp-content/uploads/2014/07/femcat.png" alt="..." />
<img class="rounded-circle" src="https://scontent.fagc1-2.fna.fbcdn.net/v/t39.30808-6/280127415_10223375795315657_8164694725633902579_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=8bfeb9&_nc_ohc=5TXzLeMyj6IAX_dCwsq&_nc_oc=AQmojORJODV7deAu5oh1OqIY_96N7wzBGyem15uolil96PFdf9S2V3trB-ljXpAyDD3IoMl3TqRF10QHpkhQIvjj&_nc_ht=scontent.fagc1-2.fna&oh=00_AfDywTPWguyIW3RTIY_HlooRoG24hSaXsiEeuE6YEEC9Xg&oe=636388D2" alt="bruce" />
<h1 class="text-white fs-3 fw-bolder">My First Website</h1>
<p class="text-white-50 mb-0">Using Bootstrap Templates</p>
</div>
Expand Down Expand Up @@ -68,5 +67,6 @@ <h2>Bootstrap Has It ALL</h2>
<footer class="py-5 bg-dark">
<div class="container"><p class="m-0 text-center text-white">Copyright &copy; Your Website 2022</p></div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</body>
</html>