-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage010.html
796 lines (796 loc) · 71.1 KB
/
page010.html
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:src" content="assets/images/index-meta.png" />
<meta property="og:image" content="assets/images/index-meta.png" />
<meta name="twitter:title" content="FrontEnd Tips & Tricks for the Mobirise Community." />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<link rel="shortcut icon" href="assets/images/admin-512x512.png" type="image/x-icon" />
<meta name="description" content="FrontEnd Tips & Tricks for the Mobirise Community." />
<title>FrontEnd Tips & Tricks for the Mobirise Community.</title>
<link rel="stylesheet" href="assets/tether/tether.min.css" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css" />
<link rel="stylesheet" href="assets/shopping-cart/minicart-theme.css" />
<link rel="stylesheet" href="assets/dropdown/css/style.css" />
<link rel="stylesheet" href="assets/theme/css/style.css" />
<link rel="preload" href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap" as="style" onload='this.onload = null;
this.rel = "stylesheet";' />
<noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap" />
</noscript>
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css" />
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1S07TVGDM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date);
gtag("config", "G-R1S07TVGDM");
</script>
</head>
<body>
<script>
var shopcartSettings = {
shopcart_top_offset: 120,
side_offset: 20,
site_width: 1150,
shopcart_icon_color: "#FFFFFF",
shopcart_back_color: "#000000",
shopcart_icon_size: 30,
sc_count_color: "#FFFFFF",
sc_count_back_color: "#F97352",
sc_count_size: 12,
checkout_button: 'Check out with <img src="assets/shopping-cart/paypal_btn.svg" alt="PayPal">'
};
</script>
<section class="extMenu10 menu cid-sooWFyn43Q" once="menu" id="extMenu11-1l">
<nav class="navbar navbar-expand beta-menu navbar-dropdown align-items-center navbar-fixed-top navbar-toggleable-sm">
<header class="header">
<ul>
<li class="cor-1"></li>
<li class="cor-2"></li>
<li class="cor-3"></li>
<li class="cor-4"></li>
<li class="cor-5"></li>
</ul>
</header><button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span> <span></span> <span></span> <span></span></div>
</button>
<div class="menu-logo">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="index.html#top">
<img src="assets/images/admin-512x512.png" alt="Igor Kapustin" />
</a>
</span> <span class="navbar-caption-wrap">
<a class="navbar-caption text-black text-primary display-5" href="index.html#top">Igor Kapustin</a>
</span>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown" data-app-modern-menu>
<li class="nav-item">
<a class="nav-link link text-black text-primary display-4" href="index.html#top">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link link text-black dropdown-toggle display-4" href="#" data-toggle="dropdown-submenu" aria-expanded="false">Snippets</a>
<div class="dropdown-menu">
<a class="text-black dropdown-item text-primary display-4" href="index.html#top">New Item</a> <a class="text-black dropdown-item text-primary display-4" href="index.html#top" aria-expanded="false">New Item</a> <a class="text-black dropdown-item text-primary display-4" href="index.html#top" aria-expanded="false">New Item</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link link text-black text-primary display-4" href="index.html#top">News</a>
</li>
<li class="nav-item">
<a class="nav-link link text-black text-primary display-4" href="index.html#top">About</a>
</li>
<li class="nav-item">
<a class="nav-link link text-black text-primary display-4" href="mailto:[email protected]" target="_blank">Hire me</a>
</li>
</ul>
<div class="navbar-buttons mbr-section-btn">
<a class="btn btn-sm btn-secondary display-4" href="mailto:[email protected]">Feedback</a> <a class="btn btn-sm btn-primary display-4" href="https://paypal.me/kia3230" target="_blank">Donate</a>
</div>
</div>
</nav>
</section>
<section class="content4 cid-sdQjI1ufdP" id="content4-0">
<div class="container">
<div class="row justify-content-center">
<div class="title">
<div class="blog">
<!-- content -->
<!-- #30 Posted by Igor Kapustin at Jul 14, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 14, 2021</p><a href="https://dev.to/franciscomendes10866/4-ui-resources-all-devs-should-look-out-for-5eea" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="4 UI Resources All Devs Should Look Out For - DEV Community" src="https://res.cloudinary.com/practicaldev/image/fetch/s--y4ghPh4P--/c_imagga_scale,f_auto,fl_progressive,h_500,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/totqes1vikyk4qvn5vnd.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>4 UI Resources All Devs Should Look Out For - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Today I decided to create a list with some UI features I like to use. I see many friends of mine... Tagged with webdev, uiweekly, productivity, tooling.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/franciscomendes10866/4-ui-resources-all-devs-should-look-out-for-5eea" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #29 Posted by Igor Kapustin at Jul 14, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 14, 2021</p><a href="https://www.webdesignerdepot.com/2021/07/exciting-new-tools-for-designers-july-2021/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Exciting New Tools for Designers, July 2021 | Webdesigner Depot	 Webdesigner Depot » Blog Archive" src="https://www.webdesignerdepot.com/cdn-origin/uploads/2021/07/featured_new.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Exciting New Tools for Designers, July 2021 | Webdesigner Depot Webdesigner Depot » Blog Archive</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">The dog days of summer are here. From vacations to pool time, you might not be thinking about work that much. But there are still plenty of new tools and resources popping up to help you become a better or more efficient designer. Here’s what new for designers this month. Haikei Haikei is a web […]</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.webdesignerdepot.com/2021/07/exciting-new-tools-for-designers-july-2021/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #28 Posted by Igor Kapustin at Jul 14, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 14, 2021</p><a href="https://lagandlog.com/logs/free-icons-for-your-next-project" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="" src="assets/images/lagandlog_comlogsfree_icons_for_your_next_project.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b></b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text"></p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://lagandlog.com/logs/free-icons-for-your-next-project" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #27 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://eserto.com/sales-automation-tools/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Top Sales Automation Tools That You Must Use" src="https://eserto.com/wp-content/uploads/2021/04/sales-headd.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Top Sales Automation Tools That You Must Use</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Sales automation tools have been using big data to save thousands of hours of manual data entry and accelerate sales by billions of dollars.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://eserto.com/sales-automation-tools/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #26 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://css-tricks.com/video-screencasts/206-building-a-data-backed-next-js-site-with-prisma-app-platform/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="#206: Building a Data-Backed Next.js Site with Prisma & App Platform | CSS-Tricks" src="https://css-tricks.com/wp-content/uploads/2021/07/app-platform-thumb.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>#206: Building a Data-Backed Next.js Site with Prisma & App Platform | CSS-Tricks</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">I'm joined by Chris Sev from Digital Ocean to talk about their new App Platform. We're going to use it to build a little website. The site will be</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://css-tricks.com/video-screencasts/206-building-a-data-backed-next-js-site-with-prisma-app-platform/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #25 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://css-tricks.com/using-the-specificity-of-where-as-a-css-reset/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Using the Specificity of :where() as a CSS Reset | CSS-Tricks" src="https://css-tricks.com/wp-json/social-image-generator/v1/image/343613" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Using the Specificity of :where() as a CSS Reset | CSS-Tricks</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">I don’t know about you, but I write these three declarations many times in my CSS: ul { padding: 0; margin: 0; list-style-type: none; } You might yell at</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://css-tricks.com/using-the-specificity-of-where-as-a-css-reset/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #24 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://css-tricks.com/newsletter/259-how-to-use-variable-fonts/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="259: How to use variable fonts | CSS-Tricks" src="https://css-tricks.com/wp-json/social-image-generator/v1/image/344180" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>259: How to use variable fonts | CSS-Tricks</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">I have a terrible confession to make. Send me to jail and lock away the key because, despite how much I rant about variable fonts, I’ve never really used</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://css-tricks.com/newsletter/259-how-to-use-variable-fonts/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #23 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://bloouikit.com/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Bloo Low Fidelity Wireframe Kit" src="https://bloouikit.com/preview.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Bloo Low Fidelity Wireframe Kit</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">All in one open source wireframe kit for quick design and prototyping your idea. Its library contains more than 250+ components supporting darkmode and 150+ ready to use mobile screens .</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://bloouikit.com/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #22 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://www.uxpin.com/studio/blog/hmtl-line-spacing-good-bad/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="HTML Line Spacing: The Fine Line Between Good and Bad UX Design" src="https://studio.uxpincdn.com/studio/wp-content/uploads/2021/07/HTML-Line-Spacing.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>HTML Line Spacing: The Fine Line Between Good and Bad UX Design</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">HTML line spacing matters in UX design. Read all you need to know about line height and how it can help your UX.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.uxpin.com/studio/blog/hmtl-line-spacing-good-bad/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #21 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://abduzeedo.com/illustrator-lorenzo-militos-latest-delft-blue-style-mural-amsterdam" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Illustrator Lorenzo Milito's Latest Delft Blue Style Mural in Amsterdam" src="assets/images/abduzeedo_comillustrator_lorenzo_militos_latest_delft_blue_style_mural_amsterdam.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Illustrator Lorenzo Milito's Latest Delft Blue Style Mural in Amsterdam</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">We’re delighted to share the latest work of whimsy from the talented Italian-born, Amsterdam-based illustrator and art director Lorenzo Milito.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://abduzeedo.com/illustrator-lorenzo-militos-latest-delft-blue-style-mural-amsterdam" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #20 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://blog.logrocket.com/how-to-incorporate-elastic-ease-in-css-animations/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Incorporating elastic ease in CSS animations - LogRocket Blog" src="https://blog.logrocket.com/wp-content/uploads/2021/07/elastic-ease-CSS-animations.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Incorporating elastic ease in CSS animations - LogRocket Blog</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Learn how this elastic ease generator uses CSS to output pure, clean, and accurate elastic ease animations for your development.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://blog.logrocket.com/how-to-incorporate-elastic-ease-in-css-animations/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #19 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://www.webdesigndev.com/21-line-design-icon-sets-for-your-collection/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="21 Line Design Icon Sets for Your Collection" src="assets/images/www_webdesigndev_com21_line_design_icon_sets_for_your_collection.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>21 Line Design Icon Sets for Your Collection</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">In today’s time, no designer wants to create typical or ordinary designs. The most significant trend we have seen in the last few years is minimalistic designs. In every sector, when it comes to designing, people are following and appreciating less is more concept with creative design elements. Table of Contents hide 1. Ikonate: 2. ... Read more 21 Line Design Icon Sets for Your Collection</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.webdesigndev.com/21-line-design-icon-sets-for-your-collection/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #18 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://www.smashingmagazine.com/2021/06/has-native-css-parent-selector/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Meet :has, A Native CSS Parent Selector (And More) — Smashing Magazine" src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/89aef48d-9be9-45df-a7f4-775168deb8dd/has-native-css-parent-selector.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Meet :has, A Native CSS Parent Selector (And More) — Smashing Magazine</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">What makes relational selector one of the most requested features and how are we, as developers, working around not having it? In this article, we’re going to check the early spec of the :has selector, and see how it should improve the CSS workflow once it’s released.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.smashingmagazine.com/2021/06/has-native-css-parent-selector/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #17 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://www.sliderrevolution.com/resources/photography-website-templates/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Pick the Best Photography Website Templates From Here" src="https://www.sliderrevolution.com/wp-content/uploads/2021/03/phoooto.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Pick the Best Photography Website Templates From Here</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">This article provides some examples of Photography website templates, which include a variety of layout, blog, and eCommerce options.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.sliderrevolution.com/resources/photography-website-templates/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #16 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://www.wpbeaverbuilder.com/onboarding-web-design-clients/?fla=3168" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="How to Onboard Web Design Clients (In 6 Steps) | Beaver Builder" src="https://s14308.pcdn.co/wp-content/uploads/2021/06/how-to-onboard-web-design-clients-beaver-builder-blog.jpeg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>How to Onboard Web Design Clients (In 6 Steps) | Beaver Builder</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Onboarding web design clients can get your projects started off right. Learn how to conduct an effective onboarding process in 6 easy steps!</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.wpbeaverbuilder.com/onboarding-web-design-clients/?fla=3168" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #15 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://adamfard.com/blog/user-stories" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="User Stories 101 [With Examples]" src="https://www.datocms-assets.com/16499/1625554946-user-stories-min-1.png?auto=format" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>User Stories 101 [With Examples]</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">User stories are an excellent way to articulate a user’s needs and aspirations. In this article, we’ll explore how designers can use them to create well-informed products.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://adamfard.com/blog/user-stories" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #14 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://www.freecodecamp.org/news/ui-ux-design-guide/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="UI/UX Design Guide: What Are UI Designers, and How Are They Different Than UX Designers?" src="https://www.freecodecamp.org/news/content/images/2021/07/cover.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>UI/UX Design Guide: What Are UI Designers, and How Are They Different Than UX Designers?</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Have you noticed how User Interface and User Experience design are considered different topics nowadays? You're not the only one. We live in a beautiful era of design, with new techniques and trends coming and going. Frontend development is also gaining increased momentum, with more and more developers getting involved</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.freecodecamp.org/news/ui-ux-design-guide/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #13 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://css-irl.info/inspecting-sizes/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="CSS { In Real Life } | Inspecting Sizes" src="https://css-irl.info/social_1200x630.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>CSS { In Real Life } | Inspecting Sizes</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text"></p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://css-irl.info/inspecting-sizes/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #12 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://business.tutsplus.com/articles/how-to-write-ecommerce-product-descriptions-that-sell--fsw-42929" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="How to Write eCommerce Product Descriptions that Sell" src="https://cms-assets.tutsplus.com/uploads/users/23/posts/5384/preview_image/6-write.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>How to Write eCommerce Product Descriptions that Sell</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Sales people spend months or years perfecting their sales patter. They know that words matter, because words build rapport, and rapport sells. Yet sales people have the advantage of being able to...</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://business.tutsplus.com/articles/how-to-write-ecommerce-product-descriptions-that-sell--fsw-42929" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #11 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://adrianroselli.com/2021/07/scroll-snap-challenges.html" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Scroll Snap Challenges | Adrian Roselli" src="https://adrianroselli.com/wp-content/uploads/2021/07/scroll-snap_thumb-150x150.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Scroll Snap Challenges | Adrian Roselli</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Though JS-free fixed table row and column headers have been possible for quite some time, Safari’s and Chrome’s recent fixes got some people pretty excited. Enough that folks are copying code samples in whole, without always paying attention to necessary considerations. That same excited demo included other CSS properties that…</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://adrianroselli.com/2021/07/scroll-snap-challenges.html" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #10 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://www.smashingmagazine.com/2021/07/refactoring-css-introduction-part1/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Refactoring CSS: Introduction (Part 1) — Smashing Magazine" src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b8b722a7-791f-433e-8d76-f0382d387e82/refactoring-css-introduction-part1.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Refactoring CSS: Introduction (Part 1) — Smashing Magazine</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">CSS refactoring is not an easy task — it needs to be done in a way that doesn't create problems. First we need to analyze the existing codebase, audit CSS codebase health, discover weaknesses, agree on the approach, and convince management to invest time and resources into the process.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.smashingmagazine.com/2021/07/refactoring-css-introduction-part1/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #9 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://www.peoplematters.in/blog/employee-relations/designing-for-well-being-29897" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Blog: Designing for well-being — People Matters" src="https://res.cloudinary.com/people-matters/image/upload/q_auto,f_auto/v1625496003/1625496002.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Blog: Designing for well-being — People Matters</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Hybrid or otherwise companies ought to be thinking of designing workplaces that promote the well-being of employees</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.peoplematters.in/blog/employee-relations/designing-for-well-being-29897" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #8 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://blog.bitsrc.io/best-image-formats-for-web-applications-in-2021-39d0c91c7013" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Best Image Formats for Web Applications in 2021 | by Andrea Perera | Jul, 2021 | Bits and Pieces" src="https://miro.medium.com/max/1200/1*MQy1-jg-2l5LHVwjriEOlw.jpeg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Best Image Formats for Web Applications in 2021 | by Andrea Perera | Jul, 2021 | Bits and Pieces</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">In this article, I will introduce the 4 latest image types to help you choose the best one for your next project. According to Google’s WebP study, WebP is 25–34% smaller than JPEG when it comes to…</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://blog.bitsrc.io/best-image-formats-for-web-applications-in-2021-39d0c91c7013" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #7 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://commomy.com/blogs/news/using-home-wall-decor-to-feed-your-childrens-imaginations-in-2021" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Using Home Wall Decor To Feed Your Children's Imaginations In 2021 – Commomy" src="http://cdn.shopify.com/s/files/1/0549/0049/0433/articles/26ca3176a312c1c304d3e29cdb330b65.jpg?v=1623835211" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Using Home Wall Decor To Feed Your Children's Imaginations In 2021 – Commomy</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Allowing your children to express themselves and let their imagination grow wild is a very important aspect of their growth. It allows them to develop mentally and will lead them to be able to explore different ideas and viewpoints more thoroughly.By using home wall decor to set up the background to fit, they will enjoy their role playing games to an entirely new level.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://commomy.com/blogs/news/using-home-wall-decor-to-feed-your-childrens-imaginations-in-2021" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #6 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://www.hongkiat.com/blog/pdf-converter-apps/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="10 Free Apps to Convert PDF On Smartphones & Tablets - Hongkiat" src="https://assets.hongkiat.com/uploads/pdf-converter-apps/1-pdf-converter-pdfelement.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>10 Free Apps to Convert PDF On Smartphones & Tablets - Hongkiat</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Everyone knows that handling PDF is really annoying. It's difficult to edit them, and when you are finally able to, you don't have the right font. And can</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.hongkiat.com/blog/pdf-converter-apps/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #5 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://www.youtube.com/watch?v=sb_FyfAQwzA" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="YouTube" src="assets/images/www_youtube_comwatch_v_sb_FyfAQwzA.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>YouTube</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Делитесь видео с близкими и друзьями по всему миру</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.youtube.com/watch?v=sb_FyfAQwzA" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #4 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://dev.to/unitybuddy/top-10-coding-principles-every-developer-must-know-2gk4" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Top 10 Coding Principles Every Developer Must Know - DEV Community" src="https://dev.to/social_previews/article/757246.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Top 10 Coding Principles Every Developer Must Know - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Hello, buddies! I would like to get into our topic without wasting time. It's easy to write code.... Tagged with programming, productivity.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/unitybuddy/top-10-coding-principles-every-developer-must-know-2gk4" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #3 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://www.lambdatest.com/blog/css-animations-tutorial/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="The Complete CSS Animations Tutorial [With Examples]" src="https://www.lambdatest.com/blog/wp-content/uploads/2021/07/Complete-CSS-Animations-Tutorial.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>The Complete CSS Animations Tutorial [With Examples]</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">CSS Animation is the process of animating the objects or elements on a web page. In this CSS Animations tutorial, we look at CSS Animations' concepts with examples, create animations, and run them on the web page.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.lambdatest.com/blog/css-animations-tutorial/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #2 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://code.tutsplus.com/articles/best-free-javascript-charts-libraries--cms-37458" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Best Free JavaScript Charts Libraries" src="https://cms-assets.tutsplus.com/uploads/users/769/posts/37458/preview_image/chart-HGK8WJY.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Best Free JavaScript Charts Libraries</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">In this article, we will tell you about the best free JavaScript libraries that you can use to render beautiful responsive charts on your website.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://code.tutsplus.com/articles/best-free-javascript-charts-libraries--cms-37458" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #1 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://bootcamp.uxdesign.cc/i-just-completed-3-years-as-a-designer-here-are-9-crucial-things-i-learned-89c31f67a45e" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="I just completed 3 years as a designer. Here are 9 crucial things I learned! | by Mehek Kapoor | Jul, 2021 | Bootcamp" src="https://miro.medium.com/max/1200/1*t-tjPBb9m6YDhRdn3wKGSg.jpeg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>I just completed 3 years as a designer. Here are 9 crucial things I learned! | by Mehek Kapoor | Jul, 2021 | Bootcamp</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">As a designer you will go through various challenges throughout your career, and mind you, more as a senior than a junior. As a junior you still have the freedom and liberty to do some mistakes, and…</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://bootcamp.uxdesign.cc/i-just-completed-3-years-as-a-designer-here-are-9-crucial-things-i-learned-89c31f67a45e" target="_blank">Read more ></a>
</h6>
</div>
</div>
<div class="stickyBottom pg pg_conteudo">
<div class="pgcontainer">
<div>
<ul class="pagination">
<li>
<a href="page009.html" page="PREV"></a>
</li>
<li>
<a href="page001.html" page="1"></a>
</li>
<li class="disabled">
<a href="#" page="..."></a>
</li>
<li>
<a href="page009.html" page="9"></a>
</li>
<li class="active">
<a href="page010.html" page="10"></a>
</li>
<li>
<a href="page011.html" page="11"></a>
</li>
<li>
<a href="page012.html" page="12"></a>
</li>
<li>
<a href="page013.html" page="13"></a>
</li>
<li>
<a href="page011.html" page="NEXT"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sidebar">
<!--
<div class="top-post">
<h2 class="mbr-text mbr-fonts-style" data-app-selector=".mbr-text" mbr-theme-style="display-2"><a href="https://drive.google.com/drive/folders/111NgXnpW7NuGN1JKB2TGuYWcA1oR5Nc3?usp=sharing" class="text-primary" target="_blank">Mobirise history</a></h2>
<p class="mbr-text mbr-fonts-style" data-app-selector=".mbr-text" mbr-theme-style="display-7">History of <b>Mobirise</b> program versions for OS Windows. All versions of the program downloaded from the official site</p>
<div class="mbr-section-btn align-right" mbr-buttons mbr-theme-style="display-4"><a class="btn btn-success" href="https://drive.google.com/drive/folders/111NgXnpW7NuGN1JKB2TGuYWcA1oR5Nc3?usp=sharing" data-app-placeholder="Type Text" target="_blank">Last Update: Mobirise5-Setup.5.03.09.093</a></div>
</div>
-->
<div class="top-post">
<h2 class="mbr-text mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-text">
<a class="text-primary" href="https://casper55.ru/casper-block-pack/" target="_blank">25+ AWESOME FREEBIES MOBIRISE BLOCKS</a>
</h2>
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Block Pack For Mobirise v5</p>
<div class="mbr-section-btn align-right" mbr-theme-style="display-4" mbr-buttons>
<a class="btn btn-primary" href="https://paypal.me/kia3230" target="_blank" data-app-placeholder="Type Text">Donate</a> <a class="btn btn-secondary" href="https://casper55.ru/casper-block-pack/assets/files/casper-blocks.mbrext" target="_blank" data-app-placeholder="Type Text">Download</a>
</div>
</div>
<div class="top-post">
<h2 class="mbr-text mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-text">
<a class="text-primary" href="https://casper55.ru/animate-css/" target="_blank">Animate CSS on Scroll</a>
</h2>
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Animate Block Pack for Mobirise using Small library to Animate elements as the user scrolls down and the section is visible. Lightweight and easy to apply.</p>
<div class="mbr-section-btn align-right" mbr-theme-style="display-4" mbr-buttons>
<a class="btn btn-primary" href="https://paypal.me/kia3230" target="_blank" data-app-placeholder="Type Text">Donate</a> <a class="btn btn-secondary" href="https://casper55.ru/animate-css/assets/files/animate-css-blocks.mbrext" target="_blank" data-app-placeholder="Type Text">Download</a>
</div>
</div>
<div class="top-post">
<h2 class="mbr-text mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-text">
<a class="text-primary" href="https://casper55.ru/animated-on-scroll/" target="_blank">Animation on Scroll</a>
</h2>
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">AOS: CSS-Driven “On Scroll” Animation Library</p>
<div class="mbr-section-btn align-right" mbr-theme-style="display-4" mbr-buttons>
<a class="btn btn-primary" href="https://paypal.me/kia3230" target="_blank" data-app-placeholder="Type Text">Donate</a> <a class="btn btn-secondary" href="https://casper55.ru/animated-on-scroll/assets/files/animated-on-scroll.mbrext" target="_blank" data-app-placeholder="Type Text">Download</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="footer7 cid-sooWFAfKdL" once="footers" id="footer7-1n">
<div class="container">
<div class="media-container-row align-center mbr-white">
<div class="col-12">
<p class="mbr-text mb-0 mbr-fonts-style display-7">© Copyright 2021 Igor Kapustin - All Rights Reserved</p>
</div>
</div>
</div>
</section>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/shopping-cart/minicart.js"></script>
<script src="assets/shopping-cart/jquery.easing.min.js"></script>
<script src="assets/shopping-cart/minicart-customizer.js"></script>
<script src="assets/dropdown/js/nav-dropdown.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/touchswipe/jquery.touch-swipe.min.js"></script>
<script src="assets/theme/js/script.js"></script>
<script src="assets/shopping-cart/shop-lightbox.js"></script>
<!--Start of Tawk.to Script-->
<script>
var Tawk_API = Tawk_API || { },
Tawk_LoadStart = new Date;
(function() {
var s1 = document.createElement("script"),
s0 = document.getElementsByTagName("script")[0];
s1.async = !0;
s1.src = "https://embed.tawk.to/5f9c25087f0a8e57c2d87b52/default";
s1.charset = "UTF-8";
s1.setAttribute("crossorigin", "*");
s0.parentNode.insertBefore(s1, s0)
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>