Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 153: Line 153:
 
             display: block;
 
             display: block;
 
             text-decoration: none !important;
 
             text-decoration: none !important;
 +
            color: transparent;
 
             background-color: transparent;
 
             background-color: transparent;
 
             perspective: 1000px;
 
             perspective: 1000px;
Line 161: Line 162:
 
             width: 100%;
 
             width: 100%;
 
             height: 100%;
 
             height: 100%;
            /* display: flex;
+
 
            flex-flow: column nowrap; */
 
            align-items: center;
 
            border: 2px solid;
 
            border-radius: 5px;
 
 
             transition: transform 0.8s;
 
             transition: transform 0.8s;
 
             transform-style: preserve-3d;
 
             transform-style: preserve-3d;
Line 176: Line 173:
 
             width: 100%;
 
             width: 100%;
 
             height: 100%;
 
             height: 100%;
 +
            padding: 1em;
 +
            border: 2px solid;
 +
            border-radius: 5px;
 +
            display: flex;
 +
            align-items: center;
 +
            justify-content: center;
 
             -webkit-backface-visibility: hidden; /* Safari */
 
             -webkit-backface-visibility: hidden; /* Safari */
 
             backface-visibility: hidden;
 
             backface-visibility: hidden;

Revision as of 16:56, 28 November 2023

Second version of the LINKS Community Center homepage.
Do not modify!