File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 22
22
< meta property ="og:image:height " content ="800 " />
23
23
< link href ="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap " rel ="stylesheet ">
24
24
< link rel ="stylesheet " href ="style.css?v=1.1 ">
25
- <!-- Global site tag (gtag.js) - Google Analytics -->
26
- < script async src ="https://www.googletagmanager.com/gtag/js?id=G-CVMK530JFV "> </ script >
27
- < script >
28
- window . dataLayer = window . dataLayer || [ ] ;
29
- function gtag ( ) { dataLayer . push ( arguments ) ; }
30
- gtag ( 'js' , new Date ( ) ) ;
31
-
32
- gtag ( 'config' , 'G-CVMK530JFV' ) ;
33
- </ script >
34
25
</ head >
35
26
< body >
36
27
< header >
@@ -1732,7 +1723,14 @@ <h1><span>C</span><span>S</span><span>S</span> Pattern</h1>
1732
1723
</ a >
1733
1724
< a target ="_blank " href ="https://twitter.com/intent/tweet?url=https%3A%2F%2Fcss-pattern.com&via=ChallengesCss&text=Fancy%20backgrounds%20with%20CSS%20gradients!&hashtags=CSS " class ="tweet "> < img alt ="Twitter " src ="twitter-24.png " width ="24 " height ="24 "> </ a >
1734
1725
< a href ="https://support.temani-afif.com/ " target ="_blank " id ="bmc-wbtn "> < img src ="https://cdn.buymeacoffee.com/widget/assets/coffee%20cup.svg " alt ="Buy Me A Coffee "> </ a >
1726
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-CVMK530JFV "> </ script >
1727
+ < script >
1728
+ window . dataLayer = window . dataLayer || [ ] ;
1729
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
1730
+ gtag ( 'js' , new Date ( ) ) ;
1735
1731
1732
+ gtag ( 'config' , 'G-CVMK530JFV' ) ;
1733
+ </ script >
1736
1734
< script src ="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.8/clipboard.min.js "> </ script >
1737
1735
< script type ="text/javascript ">
1738
1736
var clipboard = new ClipboardJS ( 'section button' , {
You can’t perform that action at this time.
0 commit comments