-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSS3.php
More file actions
116 lines (110 loc) · 6.15 KB
/
CSS3.php
File metadata and controls
116 lines (110 loc) · 6.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
<meta name="description" content="Real estate assistant web site" >
<meta name="author" content="Matthew C. Lind" >
<meta name="robots" content="index, follow">
<title>Matthew C. Lind - Portfolio 2024 - Demo CSS3</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" >
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,600;1,600&display=swap" rel="stylesheet" >
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&display=swap" rel="stylesheet" >
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;1,400&display=swap" rel="stylesheet" >
<!-- Core theme CSS (includes Bootstrap)-->
<link href="../css/styles.css" rel="stylesheet" >
<link href="../css/addstyles.css" rel="stylesheet" >
</head>
<body id="page-top" style="background:#e1e1e1;">
<!-- Back to top button -->
<button type="button" class="btn btn-danger btn-floating btn-lg" id="btn-back-to-top">
<i class="bi bi-caret-up-fill"></i>
</button>
<!-- header -->
<div class="container">
<div class="row">
<div content="nav">
<?php include 'topnavnew.php';?>
</div>
</div>
</div>
<header class="masthead">
<div class="container px-5">
<div class="row gx-5 align-items-center">
<div class="col-lg-12">
<!-- Mashead text and app badges-->
<div class="mb-5 mb-lg-0 text-center text-lg-start">
<h2 class="display-1 lh-1 mb-3" style="text-align:center;">CSS3 Demos</h2>
<p>CSS3 offers new capabilities such as animation and new ways to display information.</p>
<p>I also have worked with CSS flex, which allows for responsive tables.</p>
<p>I first began using CSS2 in 2004.</p>
<p>I have been using CSS3 since it's introduction in 2012.</p>
<p>I have also worked with SCSS, SASS, and other pre-processors for style sheets, which require compiling first.</p>
<br><br>
<a href="https://github.com/Overbrd/CSS" target="_blank">CSS files on Github</a>
<br><br>
</div>
</div>
</div>
</div>
</header>
<div class="row">
</div>
<div class="container">
<div class="row">
<h3 style="margin-top:22px;">CSS3 Demos</h3>
<div class="col-sm-4">
<div class="card">
<div class="card-body d-flex flex-column" style="min-height:176px;">
<h5 class="card-title">CSS3 Animated Background</h5>
<p class="card-text">Bootstrap 5 is the lastest version as of June, 2024.</p>
<a href="https://reasst.com/samples/css3-animation/stars/" class="mt-auto btn btn-primary"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"/>
</svg> CSS3 Animated Background</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body d-flex flex-column" style="min-height:176px;">
<h5 class="card-title">CSS3 Media Queries</h5>
<p class="card-text">Breakpoints allow for completely different views and content depending on end-users browser width.</p>
<a href="https://reasst.com/samples/css3-media-queries/600-breakpoint/" class="mt-auto btn btn-primary"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-wind" viewBox="0 0 16 16">
<path d="M12.5 2A2.5 2.5 0 0 0 10 4.5a.5.5 0 0 1-1 0A3.5 3.5 0 1 1 12.5 8H.5a.5.5 0 0 1 0-1h12a2.5 2.5 0 0 0 0-5m-7 1a1 1 0 0 0-1 1 .5.5 0 0 1-1 0 2 2 0 1 1 2 2h-5a.5.5 0 0 1 0-1h5a1 1 0 0 0 0-2M0 9.5A.5.5 0 0 1 .5 9h10.042a3 3 0 1 1-3 3 .5.5 0 0 1 1 0 2 2 0 1 0 2-2H.5a.5.5 0 0 1-.5-.5"/>
</svg> CSS3 Media Queries</a>
</div>
</div>
</div>
</div>
<div class="row" style="display:inline-block;position:relative;left:45%;top:18px;">
<a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Freasst.com%2Fportfolio%2Fphp.php" target="_blank"><img src="img/valid-html.png" alt="Valid HTML"></a><a href="https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Freasst.com%2Fportfolio%2Fphp.php" target="_blank"><img src="img/vcss-blue.gif" alt="Valid CSS"></a>
</div>
</div>
<div class="row">
</div>
<?php include 'footer-portfolio-new.php';?>
<!-- Bootstrap core JS-->
<script src="../js/bootstrap.bundle.min.js"></script>
<!-- back to top-->
<script src="../js/backtotop.js"></script>
<!--
/////////////////////////////////////////////////////////////////
/
/ Matthew Lind Portfolio
/ reasst.com/portfolio/
/ Site Designed By: Matthew C. Lind
/ Designer: Matthew C. Lind
/ Copyright © 2024 Reasst.com
/ God Bless America
/
/////////////////////////////////////////////////////////////////
-->
</body>
</html>