Created
February 21, 2024 18:11
-
-
Save jesusdesantos/40134d67ff91d444cd22c06f7433de44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Grid | |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | |
<Border Width="400" VerticalAlignment="Center" Background="SkyBlue" Padding="8"> | |
<Grid Background="LightBlue"> | |
<Grid HorizontalAlignment="Left"> | |
<TextBlock Text="Team Name" VerticalAlignment="Top" FontSize="18"/> | |
<TextBlock Text="11 / 11 Alive players" VerticalAlignment="Bottom"/> | |
</Grid> | |
<TextBlock Text="24" HorizontalAlignment="Right" FontSize="70" Margin="0,-20,0,-18"/> | |
</Grid> | |
</Border> | |
</Grid> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment