added prescribed img+updated subpages accordingly
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8430216591
commit
df2371ef8a
@ -29,6 +29,13 @@ img {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
.logoimg {
|
||||
width: fit-content;
|
||||
margin: 0 1em;
|
||||
max-width: 250px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
a:link {
|
||||
cursor: pointer;
|
||||
color: #36c;
|
||||
@ -110,6 +117,7 @@ footer {
|
||||
color: linear-gradient(white,blue,red);
|
||||
}
|
||||
|
||||
|
||||
.divp {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -140,6 +148,12 @@ pre {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#divlogoimg {
|
||||
margin: 0 auto;
|
||||
max-width: 300px;
|
||||
width: 92%;
|
||||
}
|
||||
|
||||
#bggradient {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -15,10 +15,17 @@
|
||||
<!--[if lt IE 7]>
|
||||
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
|
||||
<![endif]-->
|
||||
<header>
|
||||
<div id="divlogoimg">
|
||||
<img class="logoimg" src="./media/logo.png">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<h1 class="title">tew-0x00</h1>
|
||||
<h3 class="subtitle"> > CSS DEMO < </h3>
|
||||
<p>Hello friend. This page tries to demonstrate basic CSS3 functionality.
|
||||
<p>
|
||||
Hello friend.<br>
|
||||
This page tries to demonstrate basic CSS3 functionality.
|
||||
<ul >
|
||||
<li><a href="./pages/roundedcorners.html">CSS3 rounded corners</a></li>
|
||||
<li><a href="./pages/backgroundgradient.html">CSS3 background gradient</a></li>
|
||||
|
BIN
media/logo.png
Normal file
BIN
media/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
@ -13,7 +13,12 @@
|
||||
<link rel="stylesheet" type="text/css" href="../css/prism.css" data-noprefix/>
|
||||
</head>
|
||||
<body>
|
||||
<h2 class="subtitle"> > CSS DEMO < </h2>
|
||||
<header>
|
||||
<div id="divlogoimg">
|
||||
<img class="logoimg" src="../media/logo.png">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<h3 class="title">background gradient</h3>
|
||||
|
||||
<div id="divsection">
|
||||
|
@ -13,7 +13,12 @@
|
||||
<link rel="stylesheet" type="text/css" href="../css/prism.css" data-noprefix/>
|
||||
</head>
|
||||
<body>
|
||||
<h2 class="subtitle"> > CSS DEMO < </h2>
|
||||
<header>
|
||||
<div id="divlogoimg">
|
||||
<img class="logoimg" src="../media/logo.png">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<h3 class="title">rounded corners</h3>
|
||||
|
||||
<div id="divsection">
|
||||
|
@ -13,7 +13,12 @@
|
||||
<link rel="stylesheet" type="text/css" href="../css/prism.css" data-noprefix/>
|
||||
</head>
|
||||
<body>
|
||||
<h2 class="subtitle"> > CSS DEMO < </h2>
|
||||
<header>
|
||||
<div id="divlogoimg">
|
||||
<img class="logoimg" src="./media/logo.png">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<h3 class="title">shadows</h3>
|
||||
|
||||
<footer class="copyright">
|
||||
|
Loading…
Reference in New Issue
Block a user