Line 28: | Line 28: | ||
body a:active { | body a:active { | ||
text-decoration: none !important; | text-decoration: none !important; | ||
+ | } | ||
+ | |||
+ | .header-image-container | ||
+ | { | ||
+ | display: flex; | ||
+ | flex-direction: column; | ||
+ | align-items: center; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .header-image-text | ||
+ | { | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | display: flex; | ||
+ | flex-direction: row; | ||
+ | align-items: center; | ||
+ | align-content: center; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 03:41, 17 October 2018