ACADEX

* { box-sizing: border-box; } .page-header { color: white; } .flex-container { display: flex; flex-direction: row; font-size: x-large; text-align: center; align-items: center; gap: 20px; } .flex-item { flex: 1; padding: 15px; } .section-purple { background-color: #6c3d91; color: white; padding: 20px; } .section-light { background-color: #f1f1f1; padding: 20px; } .responsive { max-width: 100%; height: auto; } .quote { font-family: Ari

IT Weekly NewsBits: Awareness Microsoft 365 Catch Up!

body { background-image: url('https://services.nwu.ac.za/sites/services.nwu.ac.za/files/files/information-technology/2023_Snippets/28July2023/background28July2023.png'); ; background-repeat: no-repeat; background-size: cover; height: 100%; } .page-header { color: white; } .button { background-color: ; /* Purple NWU */ border: 0; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius:10px; }