File tree Expand file tree Collapse file tree 3 files changed +68
-14
lines changed
Expand file tree Collapse file tree 3 files changed +68
-14
lines changed Original file line number Diff line number Diff line change 1+ /* svg {
2+ position: absolute;
3+ top: 40%;
4+ left: 50%;
5+ margin-right: 50%;
6+ transform: translateX(-50%);
7+ }
8+
9+ text {
10+ stroke-dasharray: 1000;
11+ stroke-dashoffset: 1000;
12+ -webkit-animation: draw 3s forwards;
13+ -moz-animation: draw 3s forwards;
14+ -o-animation: draw 3s forwards;
15+ -ms-animation: draw 3s forwards;
16+ animation: draw 3s forwards;
17+ } */
18+
19+ body {
20+ background-color : # 222 ;
21+ }
22+
23+ .title {
24+ font-family : "Trebuchet MS" , Helvetica, sans-serif;
25+ letter-spacing : 2px ;
26+ font-weight : bold;
27+ fill : # f8f8f6 ;
28+
29+ }
30+
31+
32+ @keyframes draw {
33+ 100% {
34+ stroke-dashoffset : 0 ;
35+ }
36+ }
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en " class ="">
3+ < head >
4+ <!-- Styles -->
5+ < link href ="./css/exper.css " rel ="stylesheet ">
6+ <!-- Webpage Icon -->
7+ < link rel ="shortcut icon " href ="./assets/images/icon.png " type ="image/png ">
8+ <!-- Fonts -->
9+ < link href ="https://fonts.googleapis.com/css?family=Roboto+Slab " rel ="stylesheet ">
10+ </ head >
11+ < body >
12+ <!-- <svg id="Svg-html-logo" width="100%" viewBox="0 0 962 143">
13+ <defs>
14+ <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
15+ <stop stop-color="#85D8CE" offset="0%"></stop>
16+ <stop stop-color="#4B8EB3" offset="100%"></stop>
17+ </linearGradient>
18+ </defs>
19+ <g id="Daily-UI-003" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" font-weight="normal" font-family="Lato-Regular, Lato" letter-spacing="3" font-size="120">
20+ <g id="Svg.html-Shape" stroke="url(#linearGradient-1)" stroke-width="2" fill="#FFFFFF">
21+ <text id="Svg.html">
22+ <tspan x="3.77" y="118">meredith hoo</tspan>
23+ </text>
24+ </g>
25+ </g>
26+ </svg> -->
27+
28+ < svg viewBox ="0 0 300 60 " width ="300px " height ="60px ">
29+ < text x ="20 " y ="30 " class ="title "> meredith hoo</ text >
30+ </ svg >
31+
32+ </ body >
Original file line number Diff line number Diff line change 3636 ga ( 'create' , 'UA-72323910-2' , 'auto' ) ;
3737 ga ( 'send' , 'pageview' ) ;
3838 </ script >
39- <!-- End Google Analytics -->
40-
41- <!-- <script>
42- $(document).ready(function () {
43- $.ajax({
44- type: "GET",
45- url: "/messages",
46- dataType: "json",
47- success: function (data) {
48- $("body").append("The data is " + JSON.stringify(data));
49- }
50- });
51- });
52- </script> -->
5339</ head >
5440< body >
5541 < section class ="hero ">
You can’t perform that action at this time.
0 commit comments