aiyouxi Sports is China's leading digital entertainment information and interactive content platform, dedicated to providing users with the most cutting-edge, professional sports event information, in-depth analysis, and real-time scores. Whether you are a sports enthusiast, a seasoned player, or a content creator, you will find what you need here.
Visual Studio Code (download for free). Used to edit the .HTML, .JS, and .CSS files.
- <!-- BEGIN: free trial -->
- <div class="free-trial">
- <div class="container">
- <div class="text-contain">
- <h3>Are You Ready To Enjoy? Get This Perfect Theme Now!</h3>
- <p>It is a long established fact that a reader will be distracted</p>
- <div class="button-contain">
- <button>Start Trial Free</button>
- </div>
- </div>
- </div>
- </div>
If you would like to edit the color, font, or style of any elements in one of these columns, you would do the following :
- .text-contain h3 { color: #some_color; }
If you find that your new style is not overriding, it is most likely because of a specificity problem. Scroll down in your CSS file and make sure that there isn't a similar style that has more weight.
I.E.
- .free-trial .text-contain h3 { color: #some_color; }
So, to ensure that your new styles are applied, make sure that they carry enough "weight" and that there isn't a style lower in the CSS file that is being applied after yours.
All icons and images of the project are stored in the "img" folder.
Paste your video link here
All .css files are located in the CSS folder. The main.css file is the main style file. If you want to change the styles, you can do so in the style.css file at the very bottom of the file.
The main custom javascript file is stored in js/custom.js
I've used the following images or other files as listed :
| Home | Score | Away | League | Time (CST) |
|---|---|---|---|---|
| Afturelding | 1:0 | Leiknir Reykjavík | Icelandic 1 deild karla | 03:15 |
| Atlético FC | 0:1 | San Antonio FC | Ecuadorian Serie B | 03:00 |
| ABB | 0:0 | Independiente Petrolero | Bolivian Primera División | 03:00 |
| Virtus | 0:0 | Dila Gori | UEFA Conference League | 03:00 |
| Linfield | 1:1 | Nõmme Kalju | UEFA Conference League | 02:45 |
| Mornar | 1:0 | Atlètic d'Escaldes | UEFA Conference League | 02:45 |
| Ferencváros | 2:0 | Vojvodina | UEFA Europa League | 02:15 |
| Aluminij | 0:1 | Sheriff Tiraspol | UEFA Europa League | 02:00 |
| Shkëndija | 0:0 | Europa FC | UEFA Conference League | 02:00 |
| Sileks | 0:1 | Dinamo Minsk | UEFA Conference League | 02:00 |