Explorar el Código

image firstpage

golf %!s(int64=2) %!d(string=hace) años
padre
commit
0614cb1d05
Se han modificado 2 ficheros con 286 adiciones y 0 borrados
  1. 115 0
      css/main.css
  2. 171 0
      index.html

+ 115 - 0
css/main.css

@@ -1495,10 +1495,34 @@ html {
1495 1495
   border-bottom-left-radius: unset;
1496 1496
 }
1497 1497
 
1498
+.absolute {
1499
+  position: absolute;
1500
+}
1501
+
1502
+.relative {
1503
+  position: relative;
1504
+}
1505
+
1506
+.bottom-10 {
1507
+  bottom: 2.5rem;
1508
+}
1509
+
1510
+.left-2 {
1511
+  left: 0.5rem;
1512
+}
1513
+
1514
+.right-2 {
1515
+  right: 0.5rem;
1516
+}
1517
+
1498 1518
 .z-50 {
1499 1519
   z-index: 50;
1500 1520
 }
1501 1521
 
1522
+.-m-1 {
1523
+  margin: -0.25rem;
1524
+}
1525
+
1502 1526
 .mx-auto {
1503 1527
   margin-left: auto;
1504 1528
   margin-right: auto;
@@ -1512,6 +1536,10 @@ html {
1512 1536
   margin-top: 0.75rem;
1513 1537
 }
1514 1538
 
1539
+.block {
1540
+  display: block;
1541
+}
1542
+
1515 1543
 .flex {
1516 1544
   display: flex;
1517 1545
 }
@@ -1532,6 +1560,10 @@ html {
1532 1560
   height: 1.5rem;
1533 1561
 }
1534 1562
 
1563
+.h-full {
1564
+  height: 100%;
1565
+}
1566
+
1535 1567
 .min-h-0 {
1536 1568
   min-height: 0px;
1537 1569
 }
@@ -1552,6 +1584,14 @@ html {
1552 1584
   width: 1.5rem;
1553 1585
 }
1554 1586
 
1587
+.w-1\/2 {
1588
+  width: 50%;
1589
+}
1590
+
1591
+.w-full {
1592
+  width: 100%;
1593
+}
1594
+
1555 1595
 .grid-flow-col {
1556 1596
   grid-auto-flow: column;
1557 1597
 }
@@ -1560,6 +1600,10 @@ html {
1560 1600
   flex-direction: row;
1561 1601
 }
1562 1602
 
1603
+.flex-wrap {
1604
+  flex-wrap: wrap;
1605
+}
1606
+
1563 1607
 .justify-center {
1564 1608
   justify-content: center;
1565 1609
 }
@@ -1601,6 +1645,16 @@ html {
1601 1645
   fill: currentColor;
1602 1646
 }
1603 1647
 
1648
+.object-cover {
1649
+  -o-object-fit: cover;
1650
+     object-fit: cover;
1651
+}
1652
+
1653
+.object-center {
1654
+  -o-object-position: center;
1655
+     object-position: center;
1656
+}
1657
+
1604 1658
 .p-0 {
1605 1659
   padding: 0px;
1606 1660
 }
@@ -1617,6 +1671,10 @@ html {
1617 1671
   padding: 2.5rem;
1618 1672
 }
1619 1673
 
1674
+.p-1 {
1675
+  padding: 0.25rem;
1676
+}
1677
+
1620 1678
 .px-1 {
1621 1679
   padding-left: 0.25rem;
1622 1680
   padding-right: 0.25rem;
@@ -1632,6 +1690,21 @@ html {
1632 1690
   padding-bottom: 0.25rem;
1633 1691
 }
1634 1692
 
1693
+.px-4 {
1694
+  padding-left: 1rem;
1695
+  padding-right: 1rem;
1696
+}
1697
+
1698
+.px-5 {
1699
+  padding-left: 1.25rem;
1700
+  padding-right: 1.25rem;
1701
+}
1702
+
1703
+.py-2 {
1704
+  padding-top: 0.5rem;
1705
+  padding-bottom: 0.5rem;
1706
+}
1707
+
1635 1708
 .pl-2 {
1636 1709
   padding-left: 0.5rem;
1637 1710
 }
@@ -1640,6 +1713,20 @@ html {
1640 1713
   font-family: Poppins;
1641 1714
 }
1642 1715
 
1716
+.text-sm {
1717
+  font-size: 0.875rem;
1718
+  line-height: 1.25rem;
1719
+}
1720
+
1721
+.text-xl {
1722
+  font-size: 1.25rem;
1723
+  line-height: 1.75rem;
1724
+}
1725
+
1726
+.font-bold {
1727
+  font-weight: 700;
1728
+}
1729
+
1643 1730
 .text-base-content {
1644 1731
   --tw-text-opacity: 1;
1645 1732
   color: hsl(var(--bc) / var(--tw-text-opacity));
@@ -1650,12 +1737,36 @@ html {
1650 1737
   color: rgb(229 231 235 / var(--tw-text-opacity));
1651 1738
 }
1652 1739
 
1740
+.text-gray-300 {
1741
+  --tw-text-opacity: 1;
1742
+  color: rgb(209 213 219 / var(--tw-text-opacity));
1743
+}
1744
+
1745
+.text-white {
1746
+  --tw-text-opacity: 1;
1747
+  color: rgb(255 255 255 / var(--tw-text-opacity));
1748
+}
1749
+
1750
+.opacity-70 {
1751
+  opacity: 0.7;
1752
+}
1753
+
1653 1754
 .shadow {
1654 1755
   --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1655 1756
   --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1656 1757
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1657 1758
 }
1658 1759
 
1760
+@media (min-width: 768px) {
1761
+  .md\:-m-2 {
1762
+    margin: -0.5rem;
1763
+  }
1764
+
1765
+  .md\:p-2 {
1766
+    padding: 0.5rem;
1767
+  }
1768
+}
1769
+
1659 1770
 @media (min-width: 1024px) {
1660 1771
   .lg\:flex {
1661 1772
     display: flex;
@@ -1664,4 +1775,8 @@ html {
1664 1775
   .lg\:hidden {
1665 1776
     display: none;
1666 1777
   }
1778
+
1779
+  .lg\:pt-4 {
1780
+    padding-top: 1rem;
1781
+  }
1667 1782
 }

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 171 - 0
index.html